niri experiments

This commit is contained in:
Markus Heurung 2024-12-10 17:38:17 +01:00
parent 0e8fcd5117
commit 7c8cdbe5f9
2 changed files with 11 additions and 4 deletions

View file

@ -99,6 +99,7 @@
sops-nix.homeManagerModules.sops
stylix.homeManagerModules.stylix
niri.homeModules.niri
niri.homeModules.stylix
./home.nix
];
};

View file

@ -152,9 +152,9 @@
fish = {
enable = true;
loginShellInit = ''
if test (tty) = /dev/tty1
exec sway
end
# if test (tty) = /dev/tty1
# exec sway
# end
'';
shellAliases = {
cat = "bat";
@ -277,7 +277,13 @@
'';
};
niri = {
enable = false;
enable = true;
# settings = {
# environment = {
# "NIXOS_OZONE_WL" = "1";
# "QT_QPA_PLATFORM" = "wayland";
# };
# };
};
nixvim = {
enable = true;