This commit is contained in:
Spectre 2024-06-07 16:05:16 +02:00
parent 8d350fd646
commit be0e537337
5 changed files with 7 additions and 13 deletions

View file

@ -1,20 +1,12 @@
{...}: { {lib, ...}: {
programs.alacritty = { programs.alacritty = {
enable = true; enable = true;
settings = { settings = {
env.TERM = "xterm-256color"; env.TERM = "xterm-256color";
window = { window = {
opacity = 0.8;
title = "Alacritty"; title = "Alacritty";
dynamic_title = false; dynamic_title = false;
}; };
font = {
normal.family = "JetBrainsMono";
bold.family = "JetBrainsMono";
italic.family = "JetBrainsMono";
bold_italic.family = "JetBrainsMono";
size = 10;
};
}; };
}; };
} }

View file

@ -10,12 +10,12 @@
gnumake gnumake
git git
pulssemixer pulsemixer
pavucontrol pavucontrol
playerctl playerctl
nh nh
wl-clipboard wl-clipboard
xdg-utls xdg-utils
hyprshot hyprshot
obsidian obsidian
@ -33,5 +33,5 @@
lutris lutris
]; ];
in in
common ++ (lib.mkIf conf.gaming.enable gaming); common; # ++ (lib.mkIf conf.gaming.enable gaming);
} }

View file

@ -1,5 +1,5 @@
{conf, ...}: { {conf, ...}: {
imports = [../../system]; imports = [../../system];
conf.gaming.enable = false; gaming.enable = false;
} }

View file

@ -12,4 +12,6 @@
trusted-users = ["root" "@wheel"]; trusted-users = ["root" "@wheel"];
}; };
}; };
nixpkgs.config.allowUnfree = true;
} }

BIN
wallpapers/default.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 B

After

Width:  |  Height:  |  Size: 23 KiB

Before After
Before After