wpaperd initial config
This commit is contained in:
parent
cc5810c890
commit
b9824d3aa7
14 changed files with 205 additions and 192 deletions
|
@ -17,17 +17,14 @@
|
|||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||
];
|
||||
# enable flakes
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
# reduce file size used & automatic garbage collector
|
||||
auto-optimise-store = true;
|
||||
max-jobs = 3;
|
||||
cores = 4;
|
||||
};
|
||||
};
|
||||
security.sudo.package = pkgs.sudo.override {withInsults = true;};
|
||||
security.polkit.enable = true;
|
||||
programs.kdeconnect.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||
modules = {
|
||||
system = {
|
||||
|
@ -63,6 +60,7 @@
|
|||
};
|
||||
services = {
|
||||
locate.enable = true;
|
||||
wpaperd.enable = true;
|
||||
media.mpd = {
|
||||
enable = true;
|
||||
musicDirectory = "/home/${config.modules.other.system.username}/Nextcloud/Media/Music";
|
||||
|
|
|
@ -6,17 +6,12 @@
|
|||
nixpkgs-wayland = inputs'.nixpkgs-wayland.packages;
|
||||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
abaddon
|
||||
alsa-utils
|
||||
asciinema
|
||||
bibata-cursors
|
||||
blanket
|
||||
broot
|
||||
browsh
|
||||
cachix
|
||||
calc
|
||||
calibre
|
||||
cbonsai
|
||||
coreutils
|
||||
cmake
|
||||
cmus
|
||||
difftastic
|
||||
|
@ -69,6 +64,7 @@ in {
|
|||
nitch
|
||||
nixpkgs-wayland.swww
|
||||
nmap
|
||||
nodejs_20
|
||||
notesnook
|
||||
obsidian
|
||||
onlyoffice-bin
|
||||
|
@ -89,26 +85,18 @@ in {
|
|||
shotwell
|
||||
signal-desktop-beta
|
||||
smartmontools
|
||||
strawberry
|
||||
teamspeak_client
|
||||
telegram-desktop
|
||||
texliveFull
|
||||
tldr
|
||||
thunderbird
|
||||
tor-browser
|
||||
trash-cli
|
||||
tree
|
||||
ttyper
|
||||
typst
|
||||
# typstfmt does not work either
|
||||
typstyle
|
||||
typst-lsp
|
||||
unzip
|
||||
util-linux
|
||||
v4l-utils
|
||||
ventoy-full
|
||||
vlc
|
||||
vscodium
|
||||
wget
|
||||
wine
|
||||
winetricks
|
||||
|
@ -116,9 +104,7 @@ in {
|
|||
wl-clipboard
|
||||
xdg-utils
|
||||
xournalpp
|
||||
yt-dlp
|
||||
zapzap
|
||||
zip
|
||||
zoxide
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue