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;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
gnome-usage gnome3.gnome-tweaks
|
||||
];
|
||||
|
||||
programs.gnome-terminal = {
|
||||
enable = true;
|
||||
profile = {
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
desktopManager.gnome3.enable = true;
|
||||
};
|
||||
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
|
||||
slack discord gnome3.nautilus gnome3.eog
|
||||
hopper
|
||||
qemu aqemu foldingathome
|
||||
qemu aqemu
|
||||
spotify shotwell
|
||||
gnome-builder flatpak-builder flatpak python38Packages.lxml python38Packages.jedi meson
|
||||
firefox-wayland
|
||||
firefox-wayland libreoffice
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue