67 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 *
This commit is contained in:
parent
c70ec06aab
commit
a77fe9a357
@ -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;
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user