install xdph

This commit is contained in:
Tristan 2023-09-06 14:28:44 +01:00
parent fddf319df9
commit 2e1cd6a3c4
5 changed files with 14 additions and 10 deletions

View file

@ -1,5 +1,6 @@
name:
{ nixpkgs
, inputs
, home-manager
, system
, user
@ -11,10 +12,18 @@ name:
}:
nixpkgs.lib.nixosSystem rec {
specialArgs = { inherit inputs; };
inherit system;
modules = [
({inputs, pkgs, ...}: {
programs.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
};
})
{
nix.settings = {
substituters = [ "https://hyprland.cachix.org" ];

View file

@ -68,6 +68,8 @@ in
bind = SUPER, space, layoutmsg,swapwithmaster master
bind = SUPER, F, fullscreen,
bind = SUPER, V, togglefloating,
bind = SUPER, W, layoutmsg, orientationprev
bind = SUPER_SHIFT, W, layoutmsg, orientationnext
bind = SUPER_SHIFT, V, togglegroup,
bind = SUPER_SHIFT, h, changegroupactive,b
bind = SUPER_SHIFT, h, moveintogroup,l

View file

@ -37,7 +37,6 @@ in
fi
'';
hotkeys = [
{ key = "W"; }
{ modifier = ""; key = "XF86AudioPlay"; }
];
}