mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
204 current 2024-07-17 15:25:51 24.11.20240703.9f4128e 6.9.7-zen1 *
This commit is contained in:
parent
dc3ca99182
commit
5885c52575
1 changed files with 4 additions and 0 deletions
|
@ -104,6 +104,9 @@ in
|
||||||
|
|
||||||
# };
|
# };
|
||||||
|
|
||||||
|
services = {
|
||||||
|
usbmuxd.enable = true;
|
||||||
|
};
|
||||||
services.desktopManager.plasma6.enable = true;
|
services.desktopManager.plasma6.enable = true;
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -156,6 +159,7 @@ in
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
ifuse
|
||||||
ddcutil
|
ddcutil
|
||||||
i2c-tools
|
i2c-tools
|
||||||
# python311
|
# python311
|
||||||
|
|
Loading…
Reference in a new issue