This commit is contained in:
Bryan Ramos 2024-07-17 23:05:50 -04:00
parent 99fe8196c0
commit e1ae3a9363
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ userConfigs = rec {
shell = pkgs.bash; shell = pkgs.bash;
# From wallpapers directory # From wallpapers directory
wallpaper = "mountains.jpg"; wallpaper = "targon.jpg";
groups = [ "wheel" "networkmanager" "home-manager" "input" ]; groups = [ "wheel" "networkmanager" "home-manager" "input" ];

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

View file

@ -29,7 +29,7 @@ in
pinentryPackage = pinentryPackage =
if wm.enable then if wm.enable then
pkgs.pinentry-gtk2 pkgs.pinentry-gnome3
else else
pkgs.pinentry-curses; pkgs.pinentry-curses;
}; };

View file

@ -9,7 +9,7 @@ in
imports = [ ./modules ]; imports = [ ./modules ];
config = mkIf cfg.enable { config = mkIf cfg.enable {
home.packages = with pkgs; [ home.packages = with pkgs; [
wget curl neofetch wget curl fastfetch
unzip fping calc fd pciutils unzip fping calc fd pciutils
rsync zip lshw wireshark rsync zip lshw wireshark
]; ];