changed gnome look
This commit is contained in:
parent
aa44b4dbc8
commit
0174e0f47a
25
hosts/home/gnome.nix
Normal file
25
hosts/home/gnome.nix
Normal file
@ -0,0 +1,25 @@
|
||||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
# ...
|
||||
dconf.settings = {
|
||||
# ...
|
||||
"org/gnome/shell" = {
|
||||
disable-user-extensions = false;
|
||||
|
||||
# `gnome-extensions list` for a list
|
||||
enabled-extensions = [
|
||||
"Vitals@CoreCoding.com"
|
||||
"blur-my-shell@aunetx"
|
||||
"search-light@icedman.github.com"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
gnomeExtensions.vitals
|
||||
gnomeExtensions.blur-my-shell
|
||||
gnomeExtensions.search-light
|
||||
];
|
||||
}
|
||||
|
||||
@ -111,16 +111,11 @@
|
||||
gnome-tour
|
||||
xterm
|
||||
cheese # webcam tool
|
||||
gnome-music
|
||||
gnome-weather
|
||||
gnome-calendar
|
||||
gnome-contacts
|
||||
gnome-clocks
|
||||
gnome-maps
|
||||
epiphany # web browser
|
||||
geary # email reader
|
||||
evince # document viewer
|
||||
gnome-characters
|
||||
totem # video player
|
||||
tali # poker game
|
||||
iagno # go game
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
{
|
||||
imports = [
|
||||
../home/home_common.nix
|
||||
../home/gnome.nix
|
||||
];
|
||||
|
||||
stylix.enable = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user