removed starship
This commit is contained in:
parent
35289d7a97
commit
12cbfd1f98
10 changed files with 915 additions and 50 deletions
|
|
@ -90,8 +90,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.steam.enable = true;
|
||||
|
||||
programs = {
|
||||
steam.enable = true;
|
||||
nix-ld = {
|
||||
enable = true;
|
||||
libraries = with pkgs; [
|
||||
icu
|
||||
];
|
||||
};
|
||||
};
|
||||
# Services
|
||||
services = {
|
||||
flatpak.enable = true; #flatpak
|
||||
|
|
@ -127,7 +134,6 @@
|
|||
options = "--delete-older-than 7d";
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gparted # Drive Partition Manger
|
||||
bluez # Bluetooth Stack
|
||||
|
|
@ -169,6 +175,13 @@
|
|||
wishlist #ssh bastion
|
||||
fd # required for nvim config telescope
|
||||
rustdesk #remote tech support
|
||||
prismlauncher
|
||||
xmage
|
||||
librepcb
|
||||
jq
|
||||
obsidian
|
||||
fuse
|
||||
fuse3
|
||||
];
|
||||
|
||||
# Fonts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue