Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d3f11dd890 | |||
| 79826d8d70 | |||
| 22d2037b15 |
1 changed files with 18 additions and 14 deletions
|
|
@ -2,28 +2,31 @@
|
||||||
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
|
||||||
|
|
||||||
discord
|
|
||||||
slack
|
|
||||||
brave
|
|
||||||
modrinth-app
|
|
||||||
|
|
||||||
appimage-run
|
|
||||||
# winboat
|
|
||||||
libreoffice
|
|
||||||
# keepassxc
|
|
||||||
# kicad-small
|
# kicad-small
|
||||||
|
# arduino-ide
|
||||||
|
|
||||||
|
slack
|
||||||
|
discord
|
||||||
|
protonmail-desktop
|
||||||
|
|
||||||
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 +35,10 @@
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
||||||
portablemc
|
|
||||||
ferium
|
ferium
|
||||||
|
portablemc
|
||||||
|
prismlauncher
|
||||||
steamguard-cli
|
steamguard-cli
|
||||||
virt-manager
|
# modrinth-app
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue