changes
This commit is contained in:
parent
82a65fab84
commit
7361a02755
4 changed files with 12 additions and 7 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
enable = true;
|
||||
interactiveShellInit = ''
|
||||
set fish_greeting # Disable greeting
|
||||
alias edit "nvim"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue