diff options
| -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 |
