Files
.github
.vscode
docs
hydra
keys
lib
modules
pkgs
systems
users
alice
home
doom
hypr
default.nix
hypridle.nix
hyprland.conf
hyprlock.nix
gammastep.nix
git.nix
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
sops-mergetool.sh
statix.toml
treefmt.toml
nix-dotfiles/users/alice/home/hypr/default.nix
2024-10-20 01:26:35 -04:00

18 lines
176 B
Nix

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