2 last months
This commit is contained in:
parent
f845745874
commit
15b909473e
63 changed files with 963 additions and 1103 deletions
36
hosts/totsugeki/home-manager/desktop/default.nix
Normal file
36
hosts/totsugeki/home-manager/desktop/default.nix
Normal file
|
@ -0,0 +1,36 @@
|
|||
{ config, pkgs, ... }: {
|
||||
imports = [ ./plasma ./firefox.nix ./gtk.nix ./kitty.nix ];
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
gimp
|
||||
fastfetch
|
||||
inkscape
|
||||
libreoffice-qt
|
||||
obs-studio
|
||||
picard
|
||||
protonup-qt
|
||||
kdePackages.ark
|
||||
kdePackages.dolphin
|
||||
kdePackages.dolphin-plugins
|
||||
kdePackages.kio
|
||||
kdePackages.kio-extras
|
||||
kdePackages.kimageformats
|
||||
kdePackages.qtimageformats
|
||||
kdePackages.sddm-kcm
|
||||
mpv
|
||||
noto-fonts-cjk-sans
|
||||
nsxiv
|
||||
osu-lazer-bin
|
||||
playerctl
|
||||
prismlauncher
|
||||
qbittorrent
|
||||
r2modman
|
||||
wl-clipboard
|
||||
element-desktop
|
||||
vesktop
|
||||
];
|
||||
};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
services.easyeffects.enable = true;
|
||||
xdg.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue