chore: flake update & necessary changes
- Updated Hyprland to master (0.51 came out) - Re-enabled zenergy kernel module - Move rofi-wayland to rofi as the packages are merged
This commit is contained in:
parent
1c2f70735d
commit
a4267df233
6 changed files with 56 additions and 59 deletions
|
@ -92,16 +92,16 @@
|
|||
wl-clipboard
|
||||
xclip
|
||||
zoxide
|
||||
# FIXME: Waiting on https://github.com/NixOS/nixpkgs/pull/441255 to hit unstable
|
||||
# (catppuccin-sddm.override # So SDDM finds the theme files.
|
||||
# {
|
||||
# flavor = "frappe";
|
||||
# font = "IBM Plex Sans";
|
||||
# fontSize = "11";
|
||||
# background = "${../../assets/sddm/Background.jpg}";
|
||||
# loginBackground = true;
|
||||
# }
|
||||
# )
|
||||
(catppuccin-sddm.override # So SDDM finds the theme files.
|
||||
{
|
||||
flavor = "frappe";
|
||||
font = "IBM Plex Sans";
|
||||
fontSize = "11";
|
||||
# FIXME: Cannot set custom background anymore, tracking in https://github.com/NixOS/nixpkgs/issues/442758
|
||||
# background = "${../../assets/sddm/Background.jpg}";
|
||||
loginBackground = true;
|
||||
}
|
||||
)
|
||||
|
||||
## Libraries
|
||||
libsForQt5.qt5.qtgraphicaleffects
|
||||
|
|
|
@ -6,13 +6,12 @@
|
|||
|
||||
boot.initrd.kernelModules = [
|
||||
"v4l2loopback"
|
||||
# "zenergy" FIXME: Broken in Linux 6.16 since June - https://github.com/BoukeHaarsma23/zenergy/issues/15
|
||||
"zenergy"
|
||||
];
|
||||
|
||||
boot.extraModulePackages = [
|
||||
config.boot.kernelPackages.v4l2loopback
|
||||
# config.boot.kernelPackages.zenergy # Allows fetching power draw information on AMD CPUs
|
||||
# FIXME: Look at the FIXME before this.
|
||||
config.boot.kernelPackages.zenergy # Allows fetching power draw information on AMD CPUs
|
||||
];
|
||||
|
||||
# Configure v4l2loopback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue