commit e1faf3164fa838253c30baed16801ed6d2636a25
parent 7806fd7174507c9682173e75623835237a02ba80
Author: Milutin Popovic <milutin@popovic.xyz>
Date: Fri, 2 Jan 2026 21:53:30 +0000
new
Diffstat:
3 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/lib/dotfiles.nix b/lib/dotfiles.nix
@@ -2,6 +2,6 @@
dotfiles = builtins.fetchGit {
url = "git://popovic.xyz/dots.git";
ref = "master";
- rev = "bc6a6b7316a52034890fe0fa8985f2af82de3bfd";
+ rev = "160a7aca5464b9fac781ca2ea531e013283e1747";
};
}
diff --git a/system/host/host-frame.nix b/system/host/host-frame.nix
@@ -62,10 +62,6 @@
# programs
programs = {
- zsh = {
- enable = true;
- enableCompletion = false;
- };
dconf.enable = true;
gnupg.agent = {
enable = true;
@@ -81,9 +77,11 @@
extraGroups = [ "wheel" ];
initialPassword = "123";
shell = pkgs.zsh;
+ ignoreShellProgramCheck = true;
};
root = {
shell = pkgs.zsh;
+ ignoreShellProgramCheck = true;
};
};
};
@@ -134,6 +132,7 @@
neovim
wget
git
+ nix
curl
tree
coreutils
diff --git a/users/mika.nix b/users/mika.nix
@@ -20,7 +20,6 @@ in
stateVersion = "25.11";
};
-
imports = if standalone
then
[