Compare commits

...

3 commits

3 changed files with 6 additions and 12 deletions

View file

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

View file

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

View file

@ -17,13 +17,6 @@
"ydict" "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; [ home.packages = with pkgs; [
amberol amberol
dconf-editor dconf-editor