From 2546d438a6debfbc3e5265b9ba7e351f0545e569 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 3 Jan 2026 21:45:59 -0500 Subject: [PATCH] added signal --- configuration.nix | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/configuration.nix b/configuration.nix index 8515a05..fe73cb8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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