mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29: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
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (lib.modules) mkForce;
|
||||
in {
|
||||
programs.regreet = {
|
||||
enable = true;
|
||||
theme = mkForce config.home-manager.users.kat.gtk.theme;
|
||||
};
|
||||
stylix.targets.regreet.enable = true;
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -10,13 +10,6 @@
|
|||
#portalPackage = inputs.hyprland.packages."${pkgs.system}".xdg-desktop-portal-hyprland;
|
||||
};
|
||||
|
||||
# auto launch hyprland on tty1
|
||||
environment.loginShellInit = ''
|
||||
if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ] && uwsm check may-start; then
|
||||
exec uwsm start hyprland-uwsm.desktop
|
||||
fi
|
||||
'';
|
||||
|
||||
services = {
|
||||
noctalia-shell.enable = true;
|
||||
clipboard-sync.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue