This commit is contained in:
Sean Kovacs 2025-11-21 09:49:32 -05:00
commit 7361a02755
Signed by: sckova
GPG key ID: 00F325187C68651A
4 changed files with 12 additions and 7 deletions

View file

@ -38,6 +38,11 @@
];
};
environment.sessionVariables = rec {
NIXOS_OZONE_WL = "1";
EDITOR = "nvim";
};
boot = {
plymouth = {
@ -149,9 +154,6 @@
firefoxpwa
distrobox
];
sessionVariables = {
NIXOS_OZONE_WL = "1";
};
};
programs.gnupg.agent = {

View file

@ -15,6 +15,7 @@
enable = true;
interactiveShellInit = ''
set fish_greeting # Disable greeting
alias edit "nvim"
'';
};
}