Files
.github
.vscode
docs
hydra
keys
lib
modules
pkgs
systems
users
alice
home
doom
hypr
default.nix
hypridle.nix
hyprland.conf
hyprlock.nix
show-hide.sh
gammastep.nix
git.nix
waybar.json
waybar.nix
zsh.nix
default.nix
home.nix
non-server.nix
secrets.yaml
default.nix
utils
.envrc
.gitconfig
.gitignore
.sops.yaml
CONTRIBUTING.md
README.md
checks.nix
flake.lock
flake.nix
shell.nix
statix.toml
treefmt.toml
nix-dotfiles/users/alice/home/hypr/default.nix
2025-03-13 18:05:15 -04:00

19 lines
225 B
Nix

{
config,
lib,
pkgs,
...
}:
{
xdg.configFile = {
"hypr/hyprland.conf".source = ./hyprland.conf;
"hypr/show-hide.sh".source = ./show-hide.sh;
};
imports = [
./hyprlock.nix
./hypridle.nix
];
}