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;
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; [

View file

@ -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 = {