feat(nixos): add home-manager to flake

This commit is contained in:
rafiq 2025-02-27 03:44:34 +08:00
parent a417314404
commit fdeb289590
4 changed files with 63 additions and 6 deletions

View file

@ -61,11 +61,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
git
];
environment.systemPackages = with pkgs; [];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.