mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-08-04 16:33:23 +01:00
Nix lint
This commit is contained in:
+1
-1
Submodule dot_config/emacs updated: 31afcd3bec...57564ff87a
+1
-1
Submodule dot_config/helix updated: 480f622e50...307e95807a
@@ -5,7 +5,9 @@
|
||||
...
|
||||
}: {
|
||||
news.display = "notify";
|
||||
home.stateVersion = "23.11";
|
||||
home.username = lib.mkForce (builtins.getEnv "USER");
|
||||
home.homeDirectory = lib.mkForce (builtins.getEnv "HOME");
|
||||
home = {
|
||||
stateVersion = "23.11";
|
||||
username = lib.mkForce (builtins.getEnv "USER");
|
||||
homeDirectory = lib.mkForce (builtins.getEnv "HOME");
|
||||
};
|
||||
}
|
||||
|
||||
+1
-1
Submodule dot_config/nvim updated: f9c128e879...aba45a7af1
Reference in New Issue
Block a user