tabulation fix
This commit is contained in:
+2
-2
@@ -87,8 +87,8 @@
|
|||||||
hardware.nvidia = {
|
hardware.nvidia = {
|
||||||
modesetting.enable = true;
|
modesetting.enable = true;
|
||||||
powerManagement.enable = true;
|
powerManagement.enable = true;
|
||||||
open = false;
|
open = false;
|
||||||
nvidiaSettings = true;
|
nvidiaSettings = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.graphics = {
|
hardware.graphics = {
|
||||||
|
|||||||
+1
-2
@@ -2,12 +2,11 @@
|
|||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# системное
|
|
||||||
wget
|
wget
|
||||||
git
|
git
|
||||||
htop
|
htop
|
||||||
btop
|
btop
|
||||||
nvtopPackages.nvidia # чтобы чекать загрузку 3060
|
nvtopPackages.nvidia
|
||||||
ntfs3g
|
ntfs3g
|
||||||
kdePackages.qtstyleplugin-kvantum
|
kdePackages.qtstyleplugin-kvantum
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user