added signal
This commit is contained in:
@@ -33,12 +33,8 @@
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
networking.hostName = "alien"; # Define your hostname.
|
||||
|
||||
# Configure network connections interactively with nmcli or nmtui.
|
||||
networking.hostName = "alien";
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "America/Toronto";
|
||||
|
||||
|
||||
@@ -113,7 +109,7 @@
|
||||
];
|
||||
};
|
||||
};
|
||||
programs.neovim = {
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
set number relativenumber
|
||||
@@ -158,13 +154,11 @@ programs.neovim = {
|
||||
godot # 4.5.1 for now
|
||||
nextcloud-client
|
||||
steam
|
||||
signal-desktop
|
||||
];
|
||||
};
|
||||
|
||||
# programs.firefox.enable = true;
|
||||
|
||||
# List packages installed in system profile.
|
||||
# You can use https://search.nixos.org/ to find more packages (and options).
|
||||
# Use https://search.nixos.org/ to find more packages (and options).
|
||||
environment.systemPackages = with pkgs; [
|
||||
firefox
|
||||
neovim
|
||||
@@ -199,8 +193,7 @@ programs.neovim = {
|
||||
powerOnBoot = true;
|
||||
};
|
||||
|
||||
services.pulseaudio.enable = false; # Use Pipewire, the modern sound subsystem
|
||||
|
||||
services.pulseaudio.enable = false; # Use Pipewire
|
||||
security.rtkit.enable = true; # Enable RealtimeKit for audio purposes
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user