poking at pewter stuff
This commit is contained in:
@ -17,8 +17,6 @@
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
|
||||
|
||||
# Use latest kernel.
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelPatches = [{
|
||||
@ -115,6 +113,7 @@
|
||||
packages = with pkgs; [
|
||||
kdePackages.kate
|
||||
librewolf
|
||||
zellij
|
||||
wlx-overlay-s
|
||||
protonup-ng
|
||||
# thunderbird
|
||||
@ -163,15 +162,18 @@
|
||||
efibootmgr
|
||||
kdePackages.kdialog
|
||||
zenity
|
||||
lemonake.packages.${pkgs.system}.wayvr-dashboard
|
||||
htop
|
||||
|
||||
|
||||
lemonake.packages.${pkgs.system}.wayvr-dashboard-git
|
||||
|
||||
(monado.overrideAttrs (oldAttrs: rec {
|
||||
src = fetchFromGitHub {
|
||||
# domain = "gitlab.freedesktop.org";
|
||||
owner = "xantoz";
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.freedesktop.org";
|
||||
owner = "monado";
|
||||
repo = "monado";
|
||||
rev = "ded3d927b58184502042aafa4f2a804037aab7ca";
|
||||
hash = "sha256-Tsmb7MubKAorGD3AQZoJOW87b0mm5SCqr5QObisnouM=";
|
||||
rev = "9abe461c";
|
||||
hash = "sha256-c/I7wFoLPZ///yU/AoqgL9Fz3iSp5jH9E2vTXaKE4Vs=";
|
||||
};
|
||||
patches = [];
|
||||
# (pkgs.fetchpatch {
|
||||
|
||||
Reference in New Issue
Block a user