ADD fstrim

ADD minor app
alacritty
Alexandre LUCAZEAU 2022-09-14 20:20:51 +02:00
parent 351a5ae776
commit 197d8e40e8
No known key found for this signature in database
GPG Key ID: 3C8ADB07A8217BD3
2 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,10 @@
};
};
fstrim = {
enable = true;
};
# ADD group plocate to your user
locate = {
enable = true;
@ -43,6 +47,7 @@
xserver = {
enable = true;
autorun = true;
videoDrivers = [ "Intel" ];
windowManager.i3 = {
enable = true;
extraPackages = with pkgs; [

View File

@ -49,5 +49,8 @@
python3
mtr
ferdi
powertop
unar # like 7z
nmap
];
}