debloat and remove long compilation apps
This commit is contained in:
parent
05755d1aa4
commit
22d2037b15
1 changed files with 15 additions and 13 deletions
|
|
@ -2,28 +2,30 @@
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
vscode # lets see how long you survive as my default code editor
|
|
||||||
zed-editor
|
zed-editor
|
||||||
|
# kicad-small
|
||||||
|
# arduino-ide
|
||||||
|
|
||||||
discord
|
discord
|
||||||
slack
|
slack
|
||||||
brave
|
|
||||||
modrinth-app
|
|
||||||
|
|
||||||
appimage-run
|
|
||||||
# winboat
|
|
||||||
libreoffice
|
|
||||||
# keepassxc
|
|
||||||
# kicad-small
|
|
||||||
vlc
|
vlc
|
||||||
|
brave
|
||||||
|
libreoffice
|
||||||
|
appimage-run
|
||||||
|
# keepassxc
|
||||||
|
|
||||||
|
virt-manager
|
||||||
|
# winboat
|
||||||
|
|
||||||
remmina
|
remmina
|
||||||
moonlight-qt
|
moonlight-qt
|
||||||
kdePackages.kdenlive
|
# rustdesk
|
||||||
# arduino-ide
|
|
||||||
# inkscape
|
|
||||||
rustdesk
|
|
||||||
# davinci-resolve
|
|
||||||
|
|
||||||
|
|
||||||
|
# inkscape
|
||||||
|
# davinci-resolve
|
||||||
|
# kdePackages.kdenlive
|
||||||
(wrapOBS {
|
(wrapOBS {
|
||||||
plugins = with obs-studio-plugins; [
|
plugins = with obs-studio-plugins; [
|
||||||
wlrobs
|
wlrobs
|
||||||
|
|
@ -32,9 +34,9 @@
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
||||||
portablemc
|
|
||||||
ferium
|
ferium
|
||||||
|
portablemc
|
||||||
steamguard-cli
|
steamguard-cli
|
||||||
virt-manager
|
# modrinth-app
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue