cleaned up nix-configuration
This commit is contained in:
parent
5b7a511bb3
commit
b50bc05516
1 changed files with 1 additions and 2 deletions
|
@ -88,8 +88,7 @@
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
# System Packages go here
|
||||||
# wget
|
|
||||||
pkgs.brave
|
pkgs.brave
|
||||||
pkgs.kitty
|
pkgs.kitty
|
||||||
pkgs.swww
|
pkgs.swww
|
||||||
|
|
Loading…
Reference in a new issue