2025.04.30-21:11
This commit is contained in:
@ -5,23 +5,23 @@
|
||||
./tweaks
|
||||
./appimage.nix
|
||||
./desktop-cinnamon.nix
|
||||
./distrobox.nix
|
||||
#./distrobox.nix
|
||||
./firefox.nix
|
||||
./flatpak.nix
|
||||
./fonts.nix
|
||||
./gpu-amd.nix
|
||||
#./gpu-intel.nix
|
||||
./kvm.nix
|
||||
#./kvm.nix
|
||||
#./laptop.nix
|
||||
./mpd.nix
|
||||
#./mpd.nix
|
||||
./nix-ld.nix
|
||||
./pkgs-cli.nix
|
||||
./pkgs-extra.nix
|
||||
./printer.nix
|
||||
./samba.nix
|
||||
#./samba.nix
|
||||
#./samba-nas.nix
|
||||
./samba-srv.nix
|
||||
./steam.nix
|
||||
#./steam.nix
|
||||
./syncthing.nix
|
||||
];
|
||||
}
|
||||
|
@ -18,10 +18,4 @@
|
||||
];
|
||||
};
|
||||
|
||||
# Enables Bluetooth
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -38,7 +38,6 @@
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
#gmpc # Gnome Music Player Client
|
||||
cantata
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user