This commit is contained in:
coast 2025-10-23 23:20:27 +03:30
parent aed12cd423
commit ab8cd74a65
2 changed files with 4 additions and 5 deletions

View file

@ -4,7 +4,7 @@ let
unstable = pkgsUnstable; unstable = pkgsUnstable;
in in
{ {
imports = [ ./hardware-configuration.nix ]; imports = [ /etc/nixos/hardware-configuration.nix ];
boot = { boot = {
readOnlyNixStore = true; readOnlyNixStore = true;
@ -35,10 +35,7 @@ in
security = { security = {
sudo.enable = false; sudo.enable = false;
doas = { sudo-rs.enable = true;
enable = true;
extraRules = [{ users = [ "coast" ]; keepEnv = true; persist = true; }];
};
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [

View file

@ -8,6 +8,7 @@
qtile = "qtile"; qtile = "qtile";
mako = "mako"; mako = "mako";
nvim = "nvim"; nvim = "nvim";
eww = "eww";
}; };
in { in {
home.username = "coast"; home.username = "coast";
@ -21,6 +22,7 @@ in {
swaybg wmenu mako nwg-look xorg.xkill swaybg wmenu mako nwg-look xorg.xkill
mpv vesktop wlr-randr rtorrent tor-browser mpv vesktop wlr-randr rtorrent tor-browser
nodejs gcc gnumake clang-tools ruby_3_4 pkg-config nodejs gcc gnumake clang-tools ruby_3_4 pkg-config
eww
]; ];
programs.zsh = { programs.zsh = {