niri and session vars
This commit is contained in:
parent
be096e9513
commit
6a22db2f12
5 changed files with 27 additions and 49 deletions
|
@ -13,7 +13,6 @@ in
|
|||
programs = {
|
||||
niri = {
|
||||
settings = {
|
||||
# hotkey-overlay.skip-at-startup = true;
|
||||
screenshot-path = "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png";
|
||||
prefer-no-csd = true;
|
||||
|
||||
|
@ -93,12 +92,8 @@ in
|
|||
|
||||
environment = {
|
||||
DISPLAY = ":0";
|
||||
QT_QPA_PLATFORM = "xcb";
|
||||
XDG_CURRENT_DESKTOP = "niri";
|
||||
XDG_SESSION_TYPE = "wayland";
|
||||
MOZ_ENABLE_WAYLAND = "1";
|
||||
ELECTRON_OZONE_PLATFORM_HINT = "auto";
|
||||
EDITOR = "emacsclient -r -n";
|
||||
};
|
||||
|
||||
cursor = {
|
||||
|
|
|
@ -78,6 +78,9 @@
|
|||
];
|
||||
|
||||
programs = {
|
||||
bash = {
|
||||
enable = true;
|
||||
};
|
||||
nix-index = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue