changes but I forgot what. added dark mode settings I think
This commit is contained in:
parent
a42be9d0dc
commit
9a901cb6b7
1 changed files with 13 additions and 1 deletions
|
|
@ -94,10 +94,22 @@ environment.gnome.excludePackages = (with pkgs; [
|
||||||
epiphany #web browser - using chrome
|
epiphany #web browser - using chrome
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
programs.dconf.profiles.user = {
|
||||||
|
databases = [{
|
||||||
|
lockAll = true;
|
||||||
|
settings = {
|
||||||
|
"org/gnome/desktop/interface" = {
|
||||||
|
color-scheme = "prefer-dark";
|
||||||
|
clock-format = "24h";
|
||||||
|
clock-show-weekday = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}];
|
||||||
|
};
|
||||||
|
|
||||||
# systemPackages
|
# systemPackages
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gnomeExtensions.blur-my-shell
|
gnomeExtensions.blur-my-shell
|
||||||
gnomeExtensions.pop-shell
|
|
||||||
discord-ptb
|
discord-ptb
|
||||||
git
|
git
|
||||||
vlc
|
vlc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue