diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-05-13 00:11:36 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-05-13 00:11:36 -0500 |
commit | 97999a321ba482cc4e81aa26ba1639f7b4ae624a (patch) | |
tree | d2af93674fe7f409db311bce07e883c34a941339 /hosts | |
parent | 3802c4d9eeb84c086311a70ad65c78304f722d48 (diff) | |
download | nixos-config-97999a321ba482cc4e81aa26ba1639f7b4ae624a.tar.gz nixos-config-97999a321ba482cc4e81aa26ba1639f7b4ae624a.zip |
Amend previous commit
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/ades/common.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/ades/common.nix b/hosts/ades/common.nix index c06d0b6..ab6648c 100644 --- a/hosts/ades/common.nix +++ b/hosts/ades/common.nix @@ -55,8 +55,8 @@ services.xserver.enable = true; environment.etc = { "X11/xinit/xinitrc" = { - text = builtins.readFile ./xinitrc; - mode = 755; + source = ./xinitrc; + mode = "755"; }; "X11/Xresources".source = ./Xresources; "xdg/awesome/rc.lua".source = ./awesome.lua; |