Added somcli. Updated whole lot of stuff. Added game binds to hyprland (stlil have to add steam). Added minimal nixos config. Combined pipewire sink. Todo list. Beginning of server config
This commit is contained in:
parent
dc5c237473
commit
3ca4b86d79
18 changed files with 280 additions and 26 deletions
3
system/server/caddy.nix
Normal file
3
system/server/caddy.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{config, ...}: {
|
||||
niksos.server.enable = config.niksos.server.enable;
|
||||
}
|
||||
4
system/server/default.nix
Normal file
4
system/server/default.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{lib, ...}: {
|
||||
imports = [./caddy.nix];
|
||||
options.niksos.server.enable = lib.mKEnableOption "server servcies (such as caddy).";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue