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)
|
[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>
|
[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>
|
[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/)
|
[nixos.wiki (unofficial)](https://nixos.wiki/)
|
||||||
|
|
|
@ -63,7 +63,6 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "networkmanager" ]; # Enable ‘sudo’ for the user.
|
extraGroups = [ "wheel" "networkmanager" ]; # Enable ‘sudo’ for the user.
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
networkmanagerapplet
|
|
||||||
gcc
|
gcc
|
||||||
python3
|
python3
|
||||||
python310Packages.pip
|
python310Packages.pip
|
||||||
|
@ -72,7 +71,6 @@
|
||||||
nodejs
|
nodejs
|
||||||
yarn
|
yarn
|
||||||
newsboat
|
newsboat
|
||||||
ncmpcpp
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue