update
This commit is contained in:
parent
7b32e61827
commit
fe50bea50e
4 changed files with 15 additions and 8 deletions
|
|
@ -122,7 +122,7 @@
|
|||
isNormalUser = true;
|
||||
description = "clara";
|
||||
initialPassword = "123456";
|
||||
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "docker" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "docker" "adbusers kvm" ];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
|
|
@ -321,6 +321,11 @@
|
|||
'';
|
||||
};
|
||||
|
||||
# Fix for CVE-2022-27470 keeping package from building
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"SDL_ttf-2.0.11"
|
||||
];
|
||||
|
||||
# backlight
|
||||
programs.light.enable = true;
|
||||
|
||||
|
|
|
|||
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -7,11 +7,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1736089250,
|
||||
"narHash": "sha256-/LPWMiiJGPHGd7ZYEgmbE2da4zvBW0acmshUjYC3WG4=",
|
||||
"lastModified": 1741345870,
|
||||
"narHash": "sha256-KTpoO4oaucdFr3oJJBYpGK+aWVVrLvtiT17EQE7Cf4Y=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "172b91bfb2b7f5c4a8c6ceac29fd53a01ef07196",
|
||||
"rev": "04c915bcf1a1eac3519372ff3185beef053fba7c",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -22,11 +22,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1736012469,
|
||||
"narHash": "sha256-/qlNWm/IEVVH7GfgAIyP6EsVZI6zjAx1cV5zNyrs+rI=",
|
||||
"lastModified": 1741246872,
|
||||
"narHash": "sha256-Q6pMP4a9ed636qilcYX8XUguvKl/0/LGXhHcRI91p0U=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "8f3e1f807051e32d8c95cd12b9b421623850a34d",
|
||||
"rev": "10069ef4cf863633f57238f179a0297de84bd8d3",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
2
home.nix
2
home.nix
|
|
@ -96,9 +96,11 @@ in
|
|||
gvfs
|
||||
vdhcoapp
|
||||
inkscape
|
||||
inkscape-extensions.inkstitch
|
||||
prusa-slicer
|
||||
mathematikapkg
|
||||
jameica
|
||||
android-tools
|
||||
] ++ (if x11mode then [
|
||||
arandr
|
||||
flameshot
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
name = "platformio-ide";
|
||||
publisher = "platformio";
|
||||
version = "3.3.3";
|
||||
sha256 = "pcWKBqtpU7DVpiT7UF6Zi+YUKknyjtXFEf5nL9+xuSo=";
|
||||
sha256 = "cVYnFhdeClHhuVaTWRU2IDIA1mFq1iLveZUIhEhMSck=";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue