add hyprland and greetd

This commit is contained in:
afoucaultc 2026-08-08 13:33:07 +02:00
parent 7a6da71236
commit 77b3ecebb7
22 changed files with 84 additions and 321 deletions

View file

@ -1,4 +1,4 @@
{ ... }:
{ config, ... }:
{
programs.niri.settings = {
prefer-no-csd = true;
@ -8,7 +8,14 @@
command = [
"swaybg"
"-i"
"~/nixos-config/dotfiles/hypr/wallpaper/nix-wallpaper.png"
"${config.home.homeDirectory}/nixos-config/dotfiles/hypr/wallpaper/nix-wallpaper.png"
];
}
{
command = [
"gnome-keyring-daemon"
"--start"
"--components=secrets"
];
}
];