Initial commit
This commit is contained in:
44
home/programs/default.nix
Normal file
44
home/programs/default.nix
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./cli
|
||||
|
||||
./firefox.nix
|
||||
./qbittorrent.nix
|
||||
|
||||
./nmgui.nix
|
||||
./overskride.nix
|
||||
./rofi.nix
|
||||
./emulator.nix
|
||||
./vpn.nix
|
||||
|
||||
./spicetify.nix
|
||||
|
||||
./thunderbird.nix
|
||||
./obsidian.nix
|
||||
./office.nix
|
||||
|
||||
./vesktop.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
inputs.bettersoundcloud.packages.${system}.default
|
||||
|
||||
gimp
|
||||
aseprite
|
||||
|
||||
nautilus
|
||||
nautilus-open-any-terminal
|
||||
rquickshare
|
||||
flameshot
|
||||
|
||||
openvpn3
|
||||
|
||||
libreoffice
|
||||
|
||||
prismlauncher
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user