Update to a newer home-manager channel
Mirrors the update I did to the overall system
This commit is contained in:
parent
12485dc698
commit
d5bd463b49
|
@ -110,7 +110,7 @@
|
||||||
home-manager.users.eliribble = {
|
home-manager.users.eliribble = {
|
||||||
home.homeDirectory = "/home/eliribble";
|
home.homeDirectory = "/home/eliribble";
|
||||||
# The home.stateVersion option does not have a default and must be set
|
# The home.stateVersion option does not have a default and must be set
|
||||||
home.stateVersion = "24.05";
|
home.stateVersion = "24.11";
|
||||||
home.username = "eliribble";
|
home.username = "eliribble";
|
||||||
home.file.".config/nvim/after/ftplugin/html.vim".source = ./home/eliribble/config/nvim/after/ftplugin/html.vim;
|
home.file.".config/nvim/after/ftplugin/html.vim".source = ./home/eliribble/config/nvim/after/ftplugin/html.vim;
|
||||||
home.file.".config/nvim/after/ftplugin/go.vim".source = ./home/eliribble/config/nvim/after/ftplugin/go.vim;
|
home.file.".config/nvim/after/ftplugin/go.vim".source = ./home/eliribble/config/nvim/after/ftplugin/go.vim;
|
||||||
|
|
Loading…
Reference in New Issue