Added new drive UUIDs, added ozone_wl to enable wayland support for electron apps, and removed davinci

This commit is contained in:
Nathan Anderson 2024-11-08 13:30:45 -07:00
parent 7bf7df6000
commit a177448997
2 changed files with 12 additions and 11 deletions

View File

@ -4,12 +4,12 @@
fullName = "Nathan Anderson";
email = "n8r@tuta.io";
unstable = import inputs.nixpkgs-unstable { system = "x86_64-linux"; config.allowUnfree = true; };
oldstable = import inputs.nixpkgs-23 { system = "x86_64-linux"; config.allowUnfree = true; };
davinciDesktop = pkgs.makeDesktopItem {
name = "davinci-resolve-studio";
desktopName = "Davinci Resolve Studio";
exec = "${oldstable.davinci-resolve-studio}";
};
# oldstable = import inputs.nixpkgs-23 { system = "x86_64-linux"; config.allowUnfree = true; };
# davinciDesktop = pkgs.makeDesktopItem {
# name = "davinci-resolve-studio";
# desktopName = "Davinci Resolve Studio";
# exec = "${oldstable.davinci-resolve-studio}";
# };
# overlay-unstable = final: prev: {
# unstable = inputs.nixpkgs-unstable.legacyPackages.x86_64-linux;
# };
@ -113,8 +113,8 @@
#
# Photo / Video
#
oldstable.davinci-resolve-studio
davinciDesktop
# oldstable.davinci-resolve-studio
# davinciDesktop
imv
mpv
gimp
@ -177,6 +177,7 @@
BAT_THEME="Catppuccin Macchiato";
EDITOR = "hx";
XDG_CURRENT_DESKTOP="sway";
NIXOS_OZONE_WL = "1";
};
# Git setup

View File

@ -8,18 +8,18 @@
[ (modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "uas" "usb_storage" "sd_mod" ];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "uas" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/e48c53a4-6e7d-4b12-a46e-a408956268ea";
{ device = "/dev/disk/by-uuid/ab6f54b1-f9ba-482a-b1b4-ac3ebdbfe751";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/82B2-9D40";
{ device = "/dev/disk/by-uuid/69D1-3DFE";
fsType = "vfat";
};