Added
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
monitorSetup,
|
||||
...
|
||||
}:
|
||||
{
|
||||
@@ -17,34 +16,58 @@
|
||||
inputs.spicetify-nix.homeManagerModules.default
|
||||
../../programs/wm
|
||||
../../programs/wm/hyprland
|
||||
../../programs/wm/niri
|
||||
# ../../programs/wm/niri
|
||||
../../programs/webcam.nix
|
||||
|
||||
../../programs/wm/common/notifier/mako.nix
|
||||
../../programs/wm/common/wallpaper/swww.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
audacity
|
||||
blender
|
||||
slic3r
|
||||
okular
|
||||
kdePackages.okular
|
||||
obsidian
|
||||
element-desktop
|
||||
zapzap
|
||||
libsForQt5.okular
|
||||
|
||||
onlyoffice-desktopeditors
|
||||
openscad
|
||||
fstl
|
||||
sqlitebrowser
|
||||
kubectl
|
||||
|
||||
# PDF Tools
|
||||
pandoc
|
||||
texlive.combined.scheme-full
|
||||
wkhtmltopdf-bin
|
||||
|
||||
# Games
|
||||
lutris
|
||||
airshipper
|
||||
xonotic
|
||||
|
||||
# GUI Tools
|
||||
anydesk
|
||||
|
||||
];
|
||||
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
accent = "red";
|
||||
cache.enable = true;
|
||||
|
||||
kvantum = {
|
||||
enable = false;
|
||||
};
|
||||
|
||||
thunderbird = {
|
||||
accent = "teal";
|
||||
enable = true;
|
||||
profile = "catppuccin-mocha-teal";
|
||||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
@@ -129,5 +152,7 @@
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".config/fastfetch/config.jsonc".source = ./config.jsonc;
|
||||
home.file.".config/tabiew/theme.toml".source = ./theme.toml;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user