diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-05-09 16:20:50 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-05-09 16:20:50 -0500 |
| commit | 17b4478a489092b1c82b1ad4c9c0fd4754a8ad36 (patch) | |
| tree | 61daf32f7ae1f29fde0c80eb02a7f82f791f0eca | |
| parent | 0a9977f52b5cca1c6bd4eb3c45bfe1b8419d8dbc (diff) | |
| download | nixos-17b4478a489092b1c82b1ad4c9c0fd4754a8ad36.tar.xz nixos-17b4478a489092b1c82b1ad4c9c0fd4754a8ad36.zip | |
| -rw-r--r-- | hosts/optiplex/configuration.nix | 1 | ||||
| -rw-r--r-- | nixos/programs/awesome.nix | 1 | ||||
| -rw-r--r-- | todo | 3 |
3 files changed, 5 insertions, 0 deletions
diff --git a/hosts/optiplex/configuration.nix b/hosts/optiplex/configuration.nix index 9dc718b..4c66de5 100644 --- a/hosts/optiplex/configuration.nix +++ b/hosts/optiplex/configuration.nix @@ -50,6 +50,7 @@ enable = true; home.enable = true; home.automount = true; + office.enable = true; }; }; diff --git a/nixos/programs/awesome.nix b/nixos/programs/awesome.nix index 0856384..580aec1 100644 --- a/nixos/programs/awesome.nix +++ b/nixos/programs/awesome.nix @@ -7,6 +7,7 @@ in { config = lib.mkIf cfg.enable { services.xserver.windowManager.awesome = { + # TODO use git version of awesome, maybe version on archlinux, notify when new version available enable = true; noArgb = true; # disables transparency. why not? luaModules = with pkgs.luajitPackages; [ @@ -24,3 +24,6 @@ zsh support zsh plugins installed via nix pkg manager instead of zplug headless virtual machines / view display with vnc in browser support office xerox printer properly + +# +create mountpoints for nas |
