some flake refactor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user