diff --git a/etc/nixos/compose.nix b/etc/nixos/compose.nix index d2ec90e..e9b9d5b 100644 --- a/etc/nixos/compose.nix +++ b/etc/nixos/compose.nix @@ -4,7 +4,7 @@ let unstable = pkgsUnstable; in { - imports = [ ./hardware-configuration.nix ]; + imports = [ /etc/nixos/hardware-configuration.nix ]; boot = { readOnlyNixStore = true; @@ -35,10 +35,7 @@ in security = { sudo.enable = false; - doas = { - enable = true; - extraRules = [{ users = [ "coast" ]; keepEnv = true; persist = true; }]; - }; + sudo-rs.enable = true; }; environment.systemPackages = with pkgs; [ diff --git a/etc/nixos/home.nix b/etc/nixos/home.nix index c244c05..e3e0d7d 100644 --- a/etc/nixos/home.nix +++ b/etc/nixos/home.nix @@ -8,6 +8,7 @@ qtile = "qtile"; mako = "mako"; nvim = "nvim"; + eww = "eww"; }; in { home.username = "coast"; @@ -21,6 +22,7 @@ in { swaybg wmenu mako nwg-look xorg.xkill mpv vesktop wlr-randr rtorrent tor-browser nodejs gcc gnumake clang-tools ruby_3_4 pkg-config + eww ]; programs.zsh = {