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
|
sops-nix.homeManagerModules.sops
|
||||||
stylix.homeManagerModules.stylix
|
stylix.homeManagerModules.stylix
|
||||||
niri.homeModules.niri
|
niri.homeModules.niri
|
||||||
|
niri.homeModules.stylix
|
||||||
./home.nix
|
./home.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
14
home.nix
14
home.nix
|
@ -152,9 +152,9 @@
|
||||||
fish = {
|
fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
loginShellInit = ''
|
loginShellInit = ''
|
||||||
if test (tty) = /dev/tty1
|
# if test (tty) = /dev/tty1
|
||||||
exec sway
|
# exec sway
|
||||||
end
|
# end
|
||||||
'';
|
'';
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
|
@ -277,7 +277,13 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
niri = {
|
niri = {
|
||||||
enable = false;
|
enable = true;
|
||||||
|
# settings = {
|
||||||
|
# environment = {
|
||||||
|
# "NIXOS_OZONE_WL" = "1";
|
||||||
|
# "QT_QPA_PLATFORM" = "wayland";
|
||||||
|
# };
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
nixvim = {
|
nixvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue