Update base_lite.nix
This commit is contained in:
parent
05b956de73
commit
009c9aa67a
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
@ -16,7 +15,7 @@
|
|||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
ungoogled-chromium
|
chromium
|
||||||
libnotify
|
libnotify
|
||||||
gawk
|
gawk
|
||||||
sudo
|
sudo
|
||||||
|
Loading…
Reference in New Issue
Block a user