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 = {
enable = true;
settings = {
env.TERM = "xterm-256color";
window = {
opacity = 0.8;
title = "Alacritty";
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
git
pulssemixer
pulsemixer
pavucontrol
playerctl
nh
wl-clipboard
xdg-utls
xdg-utils
hyprshot
obsidian
@ -33,5 +33,5 @@
lutris
];
in
common ++ (lib.mkIf conf.gaming.enable gaming);
common; # ++ (lib.mkIf conf.gaming.enable gaming);
}

View file

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

View file

@ -12,4 +12,6 @@
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