some flake refactor

This commit is contained in:
2025-12-13 16:24:04 +03:00
parent eb4ff0dfdf
commit bc24923780
3 changed files with 8 additions and 14 deletions
+4 -2
View File
@@ -5,7 +5,9 @@
enable = true;
extraConfig.pull.rebase = true;
userEmail = "your email";
userName = "your name";
settings.user = {
email = "gudovdo@my.msu.ru";
name = "Dmitrii Gudov";
};
};
}
+1 -2
View File
@@ -12,10 +12,9 @@
# ./hyprland/colors.nix
# ./hyprland/active.nix
./hyprland/keybinds.nix # done
./hyprland/my.nix
./hyprlock.nix # done
./hypridle.nix # done
];
] ++ lib.optional (builtins.pathExists ./hyprland/my.nix) ./hyprland/my.nix;
home.packages = with pkgs; [
(pkgs.writeScriptBin "wallpaper" (''
#!${pkgs.python311}/bin/python3