From 01058ee515eac5fdb352d307349d1f364b4fcddb Mon Sep 17 00:00:00 2001 From: Melvin Ragusa Date: Mon, 2 Feb 2026 10:38:59 +0100 Subject: [PATCH] formatting --- configuration.nix | 11 +---------- flake.nix | 1 - 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/configuration.nix b/configuration.nix index 0a4c8ff..de431db 100644 --- a/configuration.nix +++ b/configuration.nix @@ -99,7 +99,6 @@ programs.yazi.enable = true; programs.firefox.enable = true; programs.niri.enable = true; - programs.zsh.enable = true; users.users.pinj.shell = pkgs.zsh; @@ -136,14 +135,6 @@ fonts.fontconfig.enable = true; - # Some programs need SUID wrappers, can be configured further or are - # started in user sessions. - # programs.mtr.enable = true; - # programs.gnupg.agent = { - # enable = true; - # enableSSHSupport = true; - # }; - # List services that you want to enable: services.openssh.enable = true; services.tailscale.enable = true; @@ -160,6 +151,6 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "25.11"; # Did you read the comment? + system.stateVersion = "25.11"; } diff --git a/flake.nix b/flake.nix index b4ccde6..721607a 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,3 @@ -#flake.nix { description = "atlas - NixOS Config for Desktop";