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;
|
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; [
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue