From 37e0b534ab4d64c3de7d20829ed55f1c9321f1a7 Mon Sep 17 00:00:00 2001 From: mir Date: Fri, 1 Mar 2024 07:54:09 -0900 Subject: [PATCH] remove some irrelevant comments --- configuration.nix | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/configuration.nix b/configuration.nix index 4ce7b22..9a0339c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -96,16 +96,6 @@ ntfs3g ]; }; - # home-manager.users.mir = { pkgs, ... }: { - # home.packages = [ pkgs.git - # pkgs.zsh - # # pkgs.home-manager - # ]; - # programs.zsh.enable = true; - # home.stateVersion = "23.05"; - # }; - # home-manager.useUserPackages = true; - # home-manager.useGlobalPkgs = true; # Enable automatic login for the user. services.xserver.displayManager.autoLogin.enable = true; @@ -122,8 +112,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - # wget + wget vim emacs29-pgtk ];