install some more stuff
This commit is contained in:
@@ -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" ]; })
|
||||
|
||||
@@ -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 = [ ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user