This commit is contained in:
Leonardo Eugênio 2025-02-21 20:13:11 -03:00
parent b9654290c1
commit e7d965d9bf
9 changed files with 80 additions and 53 deletions

8
user/dummy.nix Normal file
View file

@ -0,0 +1,8 @@
{ lib, ... }:
{
options.my = {
android.enable = lib.mkEnableOption { };
media-packages.enable = lib.mkEnableOption { };
containers.enable = lib.mkEnableOption { };
};
}

View file

@ -8,6 +8,7 @@
}:
{
imports = [
./dummy.nix
./waybar
./helix.nix
./kakoune
@ -127,6 +128,8 @@
unstable.blade-formatter
nixfmt-rfc-style
nix-output-monitor
];
fonts.fontconfig.enable = true;

View file

@ -73,7 +73,7 @@ in
};
output = {
"*" = {
adaptive_sync = "off";
adaptive_sync = "on";
bg = "${theme.background} fill";
mode = "1920x1080@144.000Hz";
};