mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -06:00
build successful
This commit is contained in:
parent
e229b55bcf
commit
d91b92af64
3 changed files with 7 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
lix-module.url = "git+https://git.lix.systems/lix-project/nixos-module";
|
lix-module.url = "git+https://git.lix.systems/lix-project/nixos-module";
|
||||||
lix-module.inputs.lix.follows = "lix";
|
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";
|
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||||
stable.url = "github:nixos/nixpkgs/nixos-23.11";
|
stable.url = "github:nixos/nixpkgs/nixos-23.11";
|
||||||
|
|
|
@ -30,7 +30,10 @@
|
||||||
"vt.default_blu=46,168,161,175,250,231,213,222,112,168,161,175,250,231,213,200"
|
"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 = {
|
boot.loader = {
|
||||||
systemd-boot = enabled // {
|
systemd-boot = enabled // {
|
||||||
|
|
|
@ -53,10 +53,8 @@ mkOizysModule config "hyprland" {
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
inputs.hyprland-contrib.overlays.default
|
inputs.hyprland-contrib.overlays.default
|
||||||
# some issue with dunst?
|
# 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...
|
inputs.hyprland.overlays.default
|
||||||
# Must have been one of the other non-hyprland packages modified in the overlay
|
|
||||||
# inputs.hyprland.overlays.default
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue