im gonna finish this later
This commit is contained in:
parent
4740de6fb4
commit
9a1a94e918
2 changed files with 1 additions and 2 deletions
|
@ -8,4 +8,5 @@
|
|||
[Misterio77/nix-starter-configs2](https://github.com/Misterio77/nix-starter-configs)
|
||||
[pull request for a bug](https://github.com/Misterio77/nix-starter-configs/pull/34/commits/2a5f3ca3dde606b83ea30b5507347bf989819301)<br></br>
|
||||
[doom emacs guy -> hlissner/dotfiles](https://github.com/hlissner/dotfiles)<br></br>
|
||||
^ reason i found out about nixos <br></br>
|
||||
[nixos.wiki (unofficial)](https://nixos.wiki/)
|
||||
|
|
|
@ -63,7 +63,6 @@
|
|||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" ]; # Enable ‘sudo’ for the user.
|
||||
packages = with pkgs; [
|
||||
networkmanagerapplet
|
||||
gcc
|
||||
python3
|
||||
python310Packages.pip
|
||||
|
@ -72,7 +71,6 @@
|
|||
nodejs
|
||||
yarn
|
||||
newsboat
|
||||
ncmpcpp
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue