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