nix
This commit is contained in:
parent
8d350fd646
commit
be0e537337
5 changed files with 7 additions and 13 deletions
|
|
@ -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;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{conf, ...}: {
|
{conf, ...}: {
|
||||||
imports = [../../system];
|
imports = [../../system];
|
||||||
|
|
||||||
conf.gaming.enable = false;
|
gaming.enable = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,4 +12,6 @@
|
||||||
trusted-users = ["root" "@wheel"];
|
trusted-users = ["root" "@wheel"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
BIN
wallpapers/default.png
Executable file → Normal file
BIN
wallpapers/default.png
Executable file → Normal file
Binary file not shown.
|
Before Width: | Height: | Size: 1 B After Width: | Height: | Size: 23 KiB |
Loading…
Add table
Add a link
Reference in a new issue