mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
nixos
This commit is contained in:
parent
aed12cd423
commit
ab8cd74a65
2 changed files with 4 additions and 5 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue