Compare commits
No commits in common. "be2eeb30257da8b82cbb6e6ede14f864690df5d0" and "c19f0ef0e12b74c624e9ae8547ef32b0c9e278f2" have entirely different histories.
be2eeb3025
...
c19f0ef0e1
3 changed files with 12 additions and 6 deletions
|
@ -20,7 +20,7 @@
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
criteria = "ASUSTek COMPUTER INC VG27AQML1A S5LMQS059959";
|
criteria = "ASUSTek COMPUTER INC VG27AQML1A S5LMQS059959";
|
||||||
mode = "2560x1440@119.998";
|
mode = "2560x1440@240.001007";
|
||||||
status = "enable";
|
status = "enable";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -14,12 +14,11 @@
|
||||||
./anti-feature.nix
|
./anti-feature.nix
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
./services/jellyfin.nix
|
|
||||||
./services/mastodon.nix
|
|
||||||
./services/matrix.nix
|
|
||||||
./services/minecraft.nix
|
|
||||||
./services/qbittorrent.nix
|
|
||||||
./services/samba.nix
|
./services/samba.nix
|
||||||
|
./services/matrix.nix
|
||||||
|
./services/mastodon.nix
|
||||||
|
./services/minecraft.nix
|
||||||
|
./services/jellyfin.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
|
@ -17,6 +17,13 @@
|
||||||
"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
|
||||||
|
|
Loading…
Reference in a new issue