67 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 *

This commit is contained in:
Max Känner 2024-03-03 23:45:16 +01:00
parent c70ec06aab
commit a77fe9a357
2 changed files with 9 additions and 2 deletions

View File

@ -126,7 +126,7 @@
# enableSSHSupport = true;
# };
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [];
programs.nix-ld.libraries = [];
programs.zsh.enable = true;
programs.steam.enable = true;

View File

@ -93,7 +93,14 @@
wayland.windowManager.sway = {
enable = true;
config = rec {
systemd = {
enable = true;
xdgAutostart = true;
};
wrapperFeatures = {
gtk = true;
};
config = {
output = {
"HDMI-A-1" = {
mode = "3840x2160@60Hz";