Merge pull request 'tree-wide: gnome3 -> gnome, add hicolor-icon-theme' (#66) from fix/gnome3-to-gnome into main

Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/66
Reviewed-by: Benjamin Bädorf <b12f@noreply.example.org>
This commit is contained in:
Benjamin Bädorf 2022-04-30 19:29:40 +00:00
commit 0acabe0624
4 changed files with 7 additions and 6 deletions

View file

@ -30,7 +30,7 @@ in
};
home.packages = [
gnome3.seahorse
gnome.seahorse
keepassxc
libsecret
qMasterPassword

View file

@ -95,10 +95,11 @@ in
flameshot
libnotify
gnome3.adwaita-icon-theme
gnome.adwaita-icon-theme
gnome.eog
gnome3.nautilus
gnome.nautilus
gnome.yelp
hicolor-icon-theme
wine
@ -119,7 +120,7 @@ in
enable = true;
font.name = "Lato";
iconTheme = {
package = pkgs.papirus-maia-icon-theme;
package = pkgs.papirus-icon-theme;
name = "Papirus-Adapta-Nokto-Maia";
};
theme = {

View file

@ -17,7 +17,7 @@ in
home-manager = with pkgs; pkgs.lib.setAttrByPath [ "users" psCfg.user.name ] {
home.packages = [
libreoffice-fresh
gnome3.simple-scan
gnome.simple-scan
# Tools like pdfunite
poppler_utils
# tool for annotating PDFs

View file

@ -19,7 +19,7 @@ in
extraGroups = [ "wheel" "docker" "input" "audio" "networkmanager" "lp" "scanner" ];
initialHashedPassword = if psCfg.user.password != null then psCfg.user.password else "";
shell = pkgs.zsh;
openssh.authorizedKeys.keyFiles = if psCfg.user.publicKeys != null then psCfg.user.publicKeys else [];
openssh.authorizedKeys.keyFiles = if psCfg.user.publicKeys != null then psCfg.user.publicKeys else [ ];
};
};
}