remove some irrelevant comments
This commit is contained in:
parent
1ea7ab7af1
commit
37e0b534ab
@ -96,16 +96,6 @@
|
|||||||
ntfs3g
|
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.
|
# Enable automatic login for the user.
|
||||||
services.xserver.displayManager.autoLogin.enable = true;
|
services.xserver.displayManager.autoLogin.enable = true;
|
||||||
@ -122,8 +112,7 @@
|
|||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
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
|
vim
|
||||||
emacs29-pgtk
|
emacs29-pgtk
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user