Adicionado configuraçao do gnome
This commit is contained in:
committed by
GitHub
parent
4ee77b05e3
commit
ac3653c8ab
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user