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, ... }:
|
{ pkgs, inputs, config, makeEnable, ... }:
|
||||||
makeEnable config "modules.ben" true {
|
makeEnable config "modules.ben" true {
|
||||||
|
home-manager.backupFileExtension = "backup"; # Add this line
|
||||||
home-manager.users.ben = {
|
home-manager.users.ben = {
|
||||||
home-manager.backupFileExtension = "backup"; # Add this line
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
Loading…
Reference in New Issue
Block a user