update
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnome-disk-utility
|
||||
];
|
||||
programs.kdeconnect = {
|
||||
enable = true;
|
||||
package = pkgs.valent;
|
||||
};
|
||||
#programs.kdeconnect = {
|
||||
#enable = true;
|
||||
#package = pkgs.valent;
|
||||
#};
|
||||
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{ config, lib, inputs, pkgs, ... }: {
|
||||
|
||||
imports = [
|
||||
#./cosmic.nix
|
||||
./cosmic.nix
|
||||
#./gnome.nix
|
||||
./kde.nix
|
||||
#./kde.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
inputs.zen-browser.packages.${system}.default
|
||||
inputs.hayase.packages.${pkgs.system}.default
|
||||
bitwarden-desktop
|
||||
protonvpn-gui
|
||||
|
||||
## Utilitários do sistema e dev tools
|
||||
nh
|
||||
|
||||
@@ -8,4 +8,6 @@
|
||||
registry = lib.mapAttrs (_: value: {flake = value;}) (lib.filterAttrs (_: value: lib.isType "flake" value) inputs);
|
||||
settings.flake-registry = "";
|
||||
};
|
||||
chaotic.nyx.cache.enable = true;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user