install some more stuff

This commit is contained in:
eneller
2023-12-10 09:21:15 +01:00
parent acde5b37b9
commit bbcfdfc120
2 changed files with 7 additions and 3 deletions

View File

@@ -8,7 +8,8 @@
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
<home-manager/nixos>
(import "${builtins.fetchTarball https://github.com/nix-community/home-manager/archive/master.tar.gz}/nixos")
#./home.nix
];
# Bootloader.
@@ -151,12 +152,14 @@
ffmpeg
logseq
imagemagick_light
nextcloud-client # TODO enable autostart, keep login data
nextcloud-client # TODO replace with rclone
jetbrains.idea-ultimate
vscodium # consider vscodium-fhs
texlive.combined.scheme-medium
python3
ansible
telegram-desktop
home-manager
];
programs.neovim = {
@@ -177,6 +180,7 @@
};
# fonts = {
# fonts = with pkgs; [
# (nerdfonts.override { fonts = [ "FiraCode" "FiraMono" ]; })

View File

@@ -9,7 +9,7 @@
];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "sr_mod" ];
boot.initrd.kernelModules = [ ];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];