1
0
Fork 0

Add Tuba and fastfetch

This commit is contained in:
Aires 2024-03-21 09:52:43 -04:00
parent ab82f51ab9
commit 22e1eaf8a1
4 changed files with 7 additions and 4 deletions

View file

@ -117,11 +117,11 @@
]
},
"locked": {
"lastModified": 1710820906,
"narHash": "sha256-2bNMraoRB4pdw/HtxgYTFeMhEekBZeQ53/a8xkqpbZc=",
"lastModified": 1710974515,
"narHash": "sha256-jZpdsypecYTOO9l12Vy77otGmh9uz8tGzcguifA30Vs=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "022464438a85450abb23d93b91aa82e0addd71fb",
"rev": "1c2acec99933f9835cc7ad47e35303de92d923a4",
"type": "github"
},
"original": {

View file

@ -17,7 +17,7 @@ with lib;
home-manager
nano
p7zip
tpm2-tss
fastfetch
];
# Set default editor to nano

View file

@ -74,6 +74,7 @@ with lib;
# Install Flatpaks
services.flatpak.packages = [
"com.mattjakeman.ExtensionManager"
"dev.geopjr.Tuba"
"org.bluesabre.MenuLibre"
"org.gnome.baobab"
"org.gnome.Calculator"
@ -88,6 +89,7 @@ with lib;
"org.gnome.Music"
"org.gnome.seahorse.Application"
"org.gnome.TextEditor"
"org.gnome.World.Secrets"
"org.gtk.Gtk3theme.Adwaita-dark"
];

View file

@ -96,6 +96,7 @@ with lib;
protontricks = "flatpak run com.github.Matoking.protontricks";
please = "sudo";
};
loginExtra = "fastfetch";
};
# Gnome settings specific to aires on Shura