From d91b92af6419ac1f1ccf0bb54ac4506a7053bf44 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 14 May 2024 14:18:07 -0500 Subject: [PATCH] build successful --- flake.nix | 2 +- hosts/othalan/system.nix | 5 ++++- modules/desktop/window-managers/hyprland.nix | 6 ++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 89994ef..dd572a6 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ lix-module.url = "git+https://git.lix.systems/lix-project/nixos-module"; lix-module.inputs.lix.follows = "lix"; - lix-module.inputs.nixpkgs.follows = "nixpkgs"; + # lix-module.inputs.nixpkgs.follows = "nixpkgs"; nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; stable.url = "github:nixos/nixpkgs/nixos-23.11"; diff --git a/hosts/othalan/system.nix b/hosts/othalan/system.nix index 5e7e2a7..821dd2e 100644 --- a/hosts/othalan/system.nix +++ b/hosts/othalan/system.nix @@ -30,7 +30,10 @@ "vt.default_blu=46,168,161,175,250,231,213,222,112,168,161,175,250,231,213,200" ]; - boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest; + # Virtual Box doesn't compile with latest kernel + # try latest after this PR is merged + # https://github.com/NixOS/nixpkgs/pull/311362 + # boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest; boot.loader = { systemd-boot = enabled // { diff --git a/modules/desktop/window-managers/hyprland.nix b/modules/desktop/window-managers/hyprland.nix index 3875fbd..0be2ac2 100644 --- a/modules/desktop/window-managers/hyprland.nix +++ b/modules/desktop/window-managers/hyprland.nix @@ -53,10 +53,8 @@ mkOizysModule config "hyprland" { nixpkgs.overlays = [ inputs.hyprland-contrib.overlays.default # some issue with dunst? - # inputs.nixpkgs-wayland.overlay + inputs.nixpkgs-wayland.overlay - # when this was active I was forced to recompile VirtualBox myself, which would just fail to compile... - # Must have been one of the other non-hyprland packages modified in the overlay - # inputs.hyprland.overlays.default + inputs.hyprland.overlays.default ]; }