Compare commits
1 changed files with 14 additions and 18 deletions
|
|
@ -2,31 +2,28 @@
|
||||||
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
|
|
||||||
|
|
||||||
slack
|
|
||||||
discord
|
discord
|
||||||
protonmail-desktop
|
slack
|
||||||
|
|
||||||
vlc
|
|
||||||
brave
|
brave
|
||||||
libreoffice
|
modrinth-app
|
||||||
appimage-run
|
|
||||||
# keepassxc
|
|
||||||
|
|
||||||
virt-manager
|
appimage-run
|
||||||
# winboat
|
# winboat
|
||||||
|
libreoffice
|
||||||
|
# keepassxc
|
||||||
|
# kicad-small
|
||||||
|
vlc
|
||||||
remmina
|
remmina
|
||||||
moonlight-qt
|
moonlight-qt
|
||||||
# rustdesk
|
kdePackages.kdenlive
|
||||||
|
# arduino-ide
|
||||||
|
|
||||||
# inkscape
|
# inkscape
|
||||||
|
rustdesk
|
||||||
# davinci-resolve
|
# davinci-resolve
|
||||||
# kdePackages.kdenlive
|
|
||||||
(wrapOBS {
|
(wrapOBS {
|
||||||
plugins = with obs-studio-plugins; [
|
plugins = with obs-studio-plugins; [
|
||||||
wlrobs
|
wlrobs
|
||||||
|
|
@ -35,10 +32,9 @@
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
||||||
ferium
|
|
||||||
portablemc
|
portablemc
|
||||||
prismlauncher
|
ferium
|
||||||
steamguard-cli
|
steamguard-cli
|
||||||
# modrinth-app
|
virt-manager
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue