Adicionando o thunar e altedando coisas no cosmic
This commit is contained in:
@@ -10,10 +10,14 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnome-disk-utility
|
||||
];
|
||||
environment.cosmic.excludePackages = with pkgs; [
|
||||
cosmic-files
|
||||
];
|
||||
programs.kdeconnect = {
|
||||
enable = true;
|
||||
package = pkgs.valent;
|
||||
};
|
||||
enable = true;
|
||||
package = pkgs.valent;
|
||||
};
|
||||
services.desktopManager.cosmic.showExcludedPkgsWarning = false;
|
||||
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{ config, lib, inputs, pkgs, ... }: {
|
||||
|
||||
imports = [
|
||||
#./cosmic.nix
|
||||
./cosmic.nix
|
||||
#./gnome.nix
|
||||
./kde.nix
|
||||
#./kde.nix
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
@@ -6,5 +6,6 @@
|
||||
./steam.nix
|
||||
./lact.nix
|
||||
./obs.nix
|
||||
./thunar.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -38,7 +38,8 @@
|
||||
haguichi
|
||||
logmein-hamachi
|
||||
zerotierone
|
||||
|
||||
kdePackages.ark
|
||||
|
||||
## inputs stable
|
||||
#inputs.nixpkgs-stable.legacyPackages.${pkgs.stdenv.hostPlatform.system}
|
||||
];
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{ config, lib, inputs, pkgs, ... }: {
|
||||
|
||||
programs.xfconf.enable = true;
|
||||
|
||||
programs.thunar = {
|
||||
enable = true;
|
||||
|
||||
plugins = with pkgs.xfce; [
|
||||
thunar-archive-plugin
|
||||
thunar-vcs-plugin
|
||||
thunar-volman
|
||||
];
|
||||
};
|
||||
|
||||
services = {
|
||||
gvfs.enable = true;
|
||||
tumbler.enable = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
|
||||
## Utilitários do sistema e dev tools
|
||||
fastfetch
|
||||
flameshot
|
||||
handbrake
|
||||
myxer
|
||||
qbittorrent
|
||||
|
||||
Reference in New Issue
Block a user