Update dependencies
This commit is contained in:
parent
0a82c47f48
commit
700906bb8f
6 changed files with 15 additions and 32 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
inherit (config) platform;
|
||||
scripts = ./scripts;
|
||||
modifier = "SUPER";
|
||||
terminal = "alacritty";
|
||||
|
|
@ -12,7 +11,6 @@ in {
|
|||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
enableNvidiaPatches = platform == "desktop";
|
||||
systemd.enable = true;
|
||||
xwayland.enable = true;
|
||||
|
||||
|
|
@ -24,7 +22,7 @@ in {
|
|||
"$menu" = "rofi -show drun";
|
||||
|
||||
exec-once = [
|
||||
"background=${../../assets/background.png} platform=${platform} ${scripts}/autostart"
|
||||
"background=${../../assets/background.png} platform=${config.platform} ${scripts}/autostart"
|
||||
];
|
||||
|
||||
general = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue