Adicionado configuraçao do gnome

This commit is contained in:
Guilherme Hermando
2025-09-19 15:55:16 -03:00
committed by GitHub
parent 4ee77b05e3
commit ac3653c8ab
13 changed files with 252 additions and 40 deletions
+8
View File
@@ -3,6 +3,7 @@
imports = [
./conf/Fontes/fontes.nix
./conf/Pkgs/pkgshome.nix
./conf/kitty/kitty.nix
];
home.username = "gui";
@@ -12,6 +13,13 @@
programs.fish.enable = true;
nixpkgs.config.allowUnfree = true;
## config gnome
#dconf = {
# enable = true;
# settings."org/gnome/desktop/interface".color-scheme = "prefer-dark";
#};
# The state version is required and should stay at the version you
# originally installed.
home.stateVersion = "25.11";