Compare commits

..

7 commits

2 changed files with 10 additions and 0 deletions

View file

@ -104,6 +104,9 @@ in
# };
services = {
usbmuxd.enable = true;
};
services.desktopManager.plasma6.enable = true;
services.xserver = {
enable = true;
@ -156,6 +159,8 @@ in
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
fuse
ifuse
ddcutil
i2c-tools
# python311
@ -178,6 +183,8 @@ in
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
curlWithGnuTls
fuse
fuse3
mimalloc
];
programs.ssh.startAgent = true;

View file

@ -35,6 +35,7 @@ in
nodejs_22
];
gui = with pkgs;[
cinny-desktop
element-desktop
protonvpn-gui
xclicker
@ -81,6 +82,8 @@ in
libsForQt5.kinit
];
general = with pkgs; [
p7zip
dig
bat
usbutils
tree