mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: hyprland improvements, terraform email
This commit is contained in:
parent
4759970fe8
commit
c7c485f955
20 changed files with 205 additions and 100 deletions
17
nixos/profiles/tiling.nix
Normal file
17
nixos/profiles/tiling.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (lib.modules) mkForce;
|
||||
in {
|
||||
services.noctalia-shell.enable = true;
|
||||
programs.regreet = {
|
||||
enable = true;
|
||||
theme = mkForce config.home-manager.users.kat.gtk.theme;
|
||||
};
|
||||
stylix.targets.regreet.enable = true;
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue