mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 14:54:38 -05:00
Compare commits
7 commits
41dae9dedb
...
2bbf347801
Author | SHA1 | Date | |
---|---|---|---|
|
2bbf347801 | ||
|
9513fc7453 | ||
|
5885c52575 | ||
|
dc3ca99182 | ||
|
cfbf48085b | ||
|
636f8e8aa3 | ||
|
baa50359f1 |
2 changed files with 10 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,8 @@ 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; [
|
||||||
|
fuse
|
||||||
|
ifuse
|
||||||
ddcutil
|
ddcutil
|
||||||
i2c-tools
|
i2c-tools
|
||||||
# python311
|
# python311
|
||||||
|
@ -178,6 +183,8 @@ in
|
||||||
programs.nix-ld.enable = true;
|
programs.nix-ld.enable = true;
|
||||||
programs.nix-ld.libraries = with pkgs; [
|
programs.nix-ld.libraries = with pkgs; [
|
||||||
curlWithGnuTls
|
curlWithGnuTls
|
||||||
|
fuse
|
||||||
|
fuse3
|
||||||
mimalloc
|
mimalloc
|
||||||
];
|
];
|
||||||
programs.ssh.startAgent = true;
|
programs.ssh.startAgent = true;
|
||||||
|
|
|
@ -35,6 +35,7 @@ in
|
||||||
nodejs_22
|
nodejs_22
|
||||||
];
|
];
|
||||||
gui = with pkgs;[
|
gui = with pkgs;[
|
||||||
|
cinny-desktop
|
||||||
element-desktop
|
element-desktop
|
||||||
protonvpn-gui
|
protonvpn-gui
|
||||||
xclicker
|
xclicker
|
||||||
|
@ -81,6 +82,8 @@ in
|
||||||
libsForQt5.kinit
|
libsForQt5.kinit
|
||||||
];
|
];
|
||||||
general = with pkgs; [
|
general = with pkgs; [
|
||||||
|
p7zip
|
||||||
|
dig
|
||||||
bat
|
bat
|
||||||
usbutils
|
usbutils
|
||||||
tree
|
tree
|
||||||
|
|
Loading…
Reference in a new issue