more gnomey things
This commit is contained in:
parent
21b9a64d6e
commit
53332c2f5b
3 changed files with 9 additions and 3 deletions
|
@ -7,6 +7,10 @@
|
||||||
enable = false;
|
enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
gnome-usage gnome3.gnome-tweaks
|
||||||
|
];
|
||||||
|
|
||||||
programs.gnome-terminal = {
|
programs.gnome-terminal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
profile = {
|
profile = {
|
||||||
|
|
|
@ -8,6 +8,8 @@
|
||||||
desktopManager.gnome3.enable = true;
|
desktopManager.gnome3.enable = true;
|
||||||
};
|
};
|
||||||
services.dbus.packages = with pkgs; [ gnome2.GConf gnome3.dconf ];
|
services.dbus.packages = with pkgs; [ gnome2.GConf gnome3.dconf ];
|
||||||
users.users.cyryl.packages = with pkgs; [];
|
users.users.cyryl.packages = with pkgs.gnomeExtensions; [
|
||||||
|
caffeine clipboard-indicator sound-output-device-chooser gsconnect
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -30,9 +30,9 @@
|
||||||
yubico-piv-tool yubikey-personalization yubikey-personalization-gui yubikey-manager-qt
|
yubico-piv-tool yubikey-personalization yubikey-personalization-gui yubikey-manager-qt
|
||||||
slack discord gnome3.nautilus gnome3.eog
|
slack discord gnome3.nautilus gnome3.eog
|
||||||
hopper
|
hopper
|
||||||
qemu aqemu foldingathome
|
qemu aqemu
|
||||||
spotify shotwell
|
spotify shotwell
|
||||||
gnome-builder flatpak-builder flatpak python38Packages.lxml python38Packages.jedi meson
|
gnome-builder flatpak-builder flatpak python38Packages.lxml python38Packages.jedi meson
|
||||||
firefox-wayland
|
firefox-wayland libreoffice
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue