Remove element from autostart
This commit is contained in:
parent
6dbc607ae5
commit
96bcac1b41
2 changed files with 5 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
|||
media_player = "mpv.desktop";
|
||||
image_viewer = "imv.desktop";
|
||||
text_editor = "nvim.desktop";
|
||||
terminal = "alacritty.desktop";
|
||||
in {
|
||||
|
||||
/* environment.sessionVariables = {
|
||||
|
@ -42,6 +43,9 @@ in {
|
|||
xdg-desktop-portal-gtk
|
||||
];
|
||||
};
|
||||
environment.sessionVariables = {
|
||||
TERMINAL = "${terminal}";
|
||||
};
|
||||
|
||||
home-manager.users.${username} = {
|
||||
xdg.configFile."npm/npmrc".text = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue