added signal

This commit is contained in:
2026-01-03 21:45:59 -05:00
parent ab2a1df426
commit 2546d438a6

View File

@@ -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";
@@ -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