Add Tuba and fastfetch
This commit is contained in:
parent
ab82f51ab9
commit
22e1eaf8a1
|
@ -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": {
|
||||
|
|
|
@ -17,7 +17,7 @@ with lib;
|
|||
home-manager
|
||||
nano
|
||||
p7zip
|
||||
tpm2-tss
|
||||
fastfetch
|
||||
];
|
||||
|
||||
# Set default editor to nano
|
||||
|
|
|
@ -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"
|
||||
];
|
||||
|
||||
|
|
|
@ -96,6 +96,7 @@ with lib;
|
|||
protontricks = "flatpak run com.github.Matoking.protontricks";
|
||||
please = "sudo";
|
||||
};
|
||||
loginExtra = "fastfetch";
|
||||
};
|
||||
|
||||
# Gnome settings specific to aires on Shura
|
||||
|
|
Loading…
Reference in a new issue