configuration: remove unnecessary config/packages
crispy-caesus crispy@crispy-caesus.eu
Sun, 07 Jun 2026 10:41:37 +0200
1 files changed,
0 insertions(+),
12 deletions(-)
jump to
M
configuration.nix
→
configuration.nix
@@ -22,15 +22,6 @@ networking.networkmanager.enable = true;
time.timeZone = "Europe/Berlin"; - services.pipewire = { - enable = true; - pulse.enable = true; - }; - - - # Enable touchpad support (enabled default in most desktopManager). - services.libinput.enable = true; - # Define a user account. Don't forget to set a password with ‘passwd’. users.users.crispy = { isNormalUser = true;@@ -39,8 +30,6 @@ packages = with pkgs; [
tree ]; }; - - programs.firefox.enable = true; environment.systemPackages = with pkgs; [ vim@@ -57,4 +46,3 @@
system.stateVersion = "25.11"; } -