Compare commits
2 commits
c2d70d7d38
...
c03f88dbc3
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | c03f88dbc3 | ||
Evie Litherland-Smith | 38c8683364 |
|
@ -155,13 +155,13 @@
|
||||||
"preferred://filemanager"
|
"preferred://filemanager"
|
||||||
"preferred://browser"
|
"preferred://browser"
|
||||||
"applications:emacs.desktop"
|
"applications:emacs.desktop"
|
||||||
"applications:write.desktop"
|
"applications:writer.desktop"
|
||||||
"applications:calc.desktop"
|
"applications:calc.desktop"
|
||||||
"applications:impress.desktop"
|
"applications:impress.desktop"
|
||||||
"applications:org.kde.elisa.desktop"
|
"applications:org.kde.elisa.desktop"
|
||||||
"applications:com.obsproject.Studio.desktop"
|
"applications:com.obsproject.Studio.desktop"
|
||||||
"applications:systemsettings.desktop"
|
|
||||||
"applications:Alacritty.desktop"
|
"applications:Alacritty.desktop"
|
||||||
|
"applications:systemsettings.desktop"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
home.packages = [
|
home.packages = [
|
||||||
(pkgs.writeShellScriptBin "esync" (builtins.readFile ./shell/esync.sh))
|
(pkgs.writeShellScriptBin "esync" (builtins.readFile ./shell/esync.sh))
|
||||||
(pkgs.writeShellScriptBin "gsync" (builtins.readFile ./shell/gsync.sh))
|
(pkgs.writeShellScriptBin "gsync" (builtins.readFile ./shell/gsync.sh))
|
||||||
|
(pkgs.writeShellScriptBin "clean-config" (builtins.readFile ./shell/clean-config.sh))
|
||||||
(pkgs.writeShellScriptBin "rsync-local-config" (builtins.readFile ./shell/rsync-local-config.sh))
|
(pkgs.writeShellScriptBin "rsync-local-config" (builtins.readFile ./shell/rsync-local-config.sh))
|
||||||
(pkgs.writeShellScriptBin "xdg-query-program" (builtins.readFile ./shell/xdg-query-program.sh))
|
(pkgs.writeShellScriptBin "xdg-query-program" (builtins.readFile ./shell/xdg-query-program.sh))
|
||||||
];
|
];
|
||||||
|
|
2
system/home/scripts/shell/clean-config.sh
Normal file
2
system/home/scripts/shell/clean-config.sh
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
shopt -s extglob
|
||||||
|
rm -rf ~/.config/!(emacs|kdeconnect|protonmail|Signal|teams-for-linux|WebCord|whatsapp-for-linux)
|
Loading…
Reference in a new issue