mirror of
https://github.com/MichaelFisher1997/nixos.git
synced 2025-08-13 11:23:43 +00:00
started looking at home manager
This commit is contained in:
21
home/micqdf.nix
Normal file
21
home/micqdf.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{ config, pkgs, ... }: {
|
||||
home.username = "micqdf";
|
||||
home.homeDirectory = "/home/micqdf";
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "MichaelFisher1997";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
neovim
|
||||
firefox
|
||||
ripgrep
|
||||
zen-browser.packages.${pkgs.system}.twilight
|
||||
#zen-browser.packages."${system}".twilight
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user