niri experiments
This commit is contained in:
parent
0e8fcd5117
commit
7c8cdbe5f9
2 changed files with 11 additions and 4 deletions
|
@ -99,6 +99,7 @@
|
|||
sops-nix.homeManagerModules.sops
|
||||
stylix.homeManagerModules.stylix
|
||||
niri.homeModules.niri
|
||||
niri.homeModules.stylix
|
||||
./home.nix
|
||||
];
|
||||
};
|
||||
|
|
14
home.nix
14
home.nix
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue