mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
Compare commits
No commits in common. "2bbf347801dbda8d9507ff64926bbd655e9c9dd0" and "41dae9dedb9728de6145f7c97ee0a596ef4ea684" have entirely different histories.
2bbf347801
...
41dae9dedb
2 changed files with 0 additions and 10 deletions
|
@ -104,9 +104,6 @@ in
|
|||
|
||||
# };
|
||||
|
||||
services = {
|
||||
usbmuxd.enable = true;
|
||||
};
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
@ -159,8 +156,6 @@ in
|
|||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
fuse
|
||||
ifuse
|
||||
ddcutil
|
||||
i2c-tools
|
||||
# python311
|
||||
|
@ -183,8 +178,6 @@ in
|
|||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
curlWithGnuTls
|
||||
fuse
|
||||
fuse3
|
||||
mimalloc
|
||||
];
|
||||
programs.ssh.startAgent = true;
|
||||
|
|
|
@ -35,7 +35,6 @@ in
|
|||
nodejs_22
|
||||
];
|
||||
gui = with pkgs;[
|
||||
cinny-desktop
|
||||
element-desktop
|
||||
protonvpn-gui
|
||||
xclicker
|
||||
|
@ -82,8 +81,6 @@ in
|
|||
libsForQt5.kinit
|
||||
];
|
||||
general = with pkgs; [
|
||||
p7zip
|
||||
dig
|
||||
bat
|
||||
usbutils
|
||||
tree
|
||||
|
|
Loading…
Reference in a new issue