update: vetra config

This commit is contained in:
Aaron Honeycutt 2024-02-13 00:30:57 +00:00
parent 9d3eb1026e
commit b37087138f

View file

@ -41,7 +41,6 @@
environment.systemPackages =
with pkgs;
[
fish
git
neofetch
restic
@ -54,12 +53,9 @@
home = "/home/aaronh";
extraGroups = [ "wheel" "networkmanager" "adm"];
isNormalUser = true;
shell = pkgs.fish;
hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx.";
};
programs.fish.enable = true;
# Enable Pipewire
security.rtkit.enable = true;
services.pipewire = {
@ -80,10 +76,7 @@
# Enable CUPS
services.printing.enable = true;
# Enable GPU acceleration
hardware.raspberry-pi."4".fkms-3d.enable = true;
# Allow Unfree
nixpkgs.config.allowUnfree = true;