Compare commits

..

No commits in common. "be2eeb30257da8b82cbb6e6ede14f864690df5d0" and "c19f0ef0e12b74c624e9ae8547ef32b0c9e278f2" have entirely different histories.

3 changed files with 12 additions and 6 deletions

View file

@ -20,7 +20,7 @@
}
{
criteria = "ASUSTek COMPUTER INC VG27AQML1A S5LMQS059959";
mode = "2560x1440@119.998";
mode = "2560x1440@240.001007";
status = "enable";
}
];

View file

@ -14,12 +14,11 @@
./anti-feature.nix
# Services
./services/jellyfin.nix
./services/mastodon.nix
./services/matrix.nix
./services/minecraft.nix
./services/qbittorrent.nix
./services/samba.nix
./services/matrix.nix
./services/mastodon.nix
./services/minecraft.nix
./services/jellyfin.nix
];
boot.loader.efi.canTouchEfiVariables = true;

View file

@ -17,6 +17,13 @@
"ydict"
];
# https://wiki.archlinux.org/title/Fish#Start_X_at_login
programs.fish.loginShellInit = ''
if test -z "$DISPLAY" -a "$XDG_VTNR" = 1
exec sway
end
'';
home.packages = with pkgs; [
amberol
dconf-editor