feat: configure desktop
This commit is contained in:
parent
2138743d3e
commit
652b1f3dd3
10 changed files with 201 additions and 15 deletions
|
|
@ -4,6 +4,15 @@
|
|||
discord
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
TERMINAL = "wezterm";
|
||||
XDG_TERMINAL_EMULATOR = "wezterm";
|
||||
};
|
||||
|
||||
systemd.user.targets.niri-session = {
|
||||
Unit.Wants = [ "xdg-desktop-autostart.target" ];
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Zoty";
|
||||
|
|
@ -36,7 +45,7 @@
|
|||
"history"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue