Compare commits
No commits in common. "98c2731b21a9d57a3b72d8fe4e5583828a4ad6e9" and "eea6ae1f751bed70f647996a1d5e589a619f4b06" have entirely different histories.
98c2731b21
...
eea6ae1f75
|
@ -160,6 +160,7 @@
|
|||
};
|
||||
};
|
||||
environment = {
|
||||
pathsToLink = [ "/share/zsh" ];
|
||||
sessionVariables = {
|
||||
XDG_CONFIG_HOME = "$HOME/.config";
|
||||
XDG_CACHE_HOME = "$HOME/.cache";
|
||||
|
|
|
@ -32,14 +32,6 @@
|
|||
dconf.enable = true;
|
||||
noisetorch.enable = true;
|
||||
kdeconnect.enable = true;
|
||||
file-roller.enable = true;
|
||||
thunar = {
|
||||
enable = true;
|
||||
plugins = with pkgs.xfce; [
|
||||
thunar-archive-plugin
|
||||
thunar-volman
|
||||
];
|
||||
};
|
||||
sway.enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
@ -48,12 +40,6 @@
|
|||
dbus.packages = [ pkgs.gcr ];
|
||||
flatpak.enable = true;
|
||||
printing.enable = true;
|
||||
tumbler.enable = true;
|
||||
udisks2.enable = true;
|
||||
gvfs = {
|
||||
enable = true;
|
||||
package = pkgs.gnome3.gvfs;
|
||||
};
|
||||
pipewire = {
|
||||
enable = true;
|
||||
pulse.enable = true;
|
||||
|
@ -85,11 +71,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
qt = {
|
||||
enable = true;
|
||||
style = "adwaita";
|
||||
platformTheme = "gnome";
|
||||
};
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
config.common.default = "*"; # TODO change for xdg-desktop-portal > 1.17 changes
|
||||
|
|
|
@ -78,10 +78,6 @@
|
|||
"(Cartridges.*)" = " $1";
|
||||
"([Ss]team.*)" = " $1";
|
||||
"(Prism Launcher.*)" = " Minecraft ($1)";
|
||||
"PrusaSlicer-(.*)" = " PrusaSlicer ($1)";
|
||||
"PrusaSlicer G-code Viewer-(.*)" = " G-code Viewer ($1)";
|
||||
"FreeCAD (.*)" = " FreeCAD $1";
|
||||
"(.*) - Blender.* " = " $1";
|
||||
"(X2Go Client)" = " $1";
|
||||
"(NoMachine|Nxplayer.bin) (.*)" = " $1 $2";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue