started looking at home manager

This commit is contained in:
MichaelFisher1997
2025-05-11 00:02:21 +01:00
parent 27faa64382
commit a8806808f1
4 changed files with 13 additions and 45 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }: {
{ pkgs, ... }: {
home.username = "micqdf";
home.homeDirectory = "/home/micqdf";
home.stateVersion = "24.11";
@@ -11,10 +11,10 @@
};
home.packages = with pkgs; [
neovim
firefox
ripgrep
zen-browser.packages.${pkgs.system}.twilight
# neovim
# firefox
# ripgrep
#zen-browser.packages.${pkgs.system}.twilight
#zen-browser.packages."${system}".twilight
];
}