Working ben.nix file.
Probably unrelated, had to remove ~/.zshrc and ~/.zprofile in order for nixos-rebuild switch to work.
This commit is contained in:
parent
86b545761f
commit
9d900057f6
@ -1,7 +1,7 @@
|
||||
{ pkgs, inputs, config, makeEnable, ... }:
|
||||
makeEnable config "modules.ben" true {
|
||||
home-manager.backupFileExtension = "backup"; # Add this line
|
||||
home-manager.users.ben = {
|
||||
home-manager.backupFileExtension = "backup"; # Add this line
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
|
Loading…
Reference in New Issue
Block a user