sort
This commit is contained in:
parent
f3687f637d
commit
9ebc393c6f
7 changed files with 41 additions and 41 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{ lib, pkgs, modulesPath, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
localsend
|
||||
bat
|
||||
bottom
|
||||
cifs-utils
|
||||
|
|
@ -10,6 +9,7 @@
|
|||
firefox
|
||||
git
|
||||
helix
|
||||
localsend
|
||||
mesa
|
||||
mpv
|
||||
ouch
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
qgroundcontrol
|
||||
qgis-ltr
|
||||
arduino
|
||||
firefox
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
arduino
|
||||
firefox
|
||||
qgis-ltr
|
||||
qgroundcontrol
|
||||
];
|
||||
|
||||
networking.hostName = "NObcer";
|
||||
users.users.ssrov = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "dialout" ];
|
||||
hashedPassword = "";
|
||||
};
|
||||
networking.hostName = "NObcer";
|
||||
users.users.ssrov = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "dialout" ];
|
||||
hashedPassword = "";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,13 +6,13 @@
|
|||
|
||||
environment.systemPackages = with pkgs;
|
||||
[
|
||||
# egl-wayland
|
||||
# mesa
|
||||
openrgb
|
||||
# nvidia-vaapi-driver
|
||||
gwe
|
||||
liquidctl
|
||||
openrgb
|
||||
snapper
|
||||
# egl-wayland
|
||||
# nvidia-vaapi-driver
|
||||
];
|
||||
|
||||
environment.sessionVariables = {
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{ pkgs, prescurve, ... }: {
|
||||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
prescurve
|
||||
intel-gpu-tools
|
||||
# libsForQt5.skanpage
|
||||
# prescurve
|
||||
intel-gpu-tools
|
||||
powertop
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue