From d6ed86164631918aef977f3b982df1750dbf2fd4 Mon Sep 17 00:00:00 2001 From: Vivian Roest Date: Mon, 12 Sep 2022 14:32:40 +0200 Subject: [PATCH] minor edits --- flake.lock | 6 +++--- nixos/hosts/thalassa/null/home/hyprland.nix | 20 ++++++++++---------- nixos/hosts/thalassa/null/home/theme.nix | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/flake.lock b/flake.lock index cb67d7a3..ebe07f3f 100644 --- a/flake.lock +++ b/flake.lock @@ -783,11 +783,11 @@ ] }, "locked": { - "lastModified": 1661942860, - "narHash": "sha256-HHEAjAh/yx7h6RWQ6sYgnwZ0LJ4eut3y32vO/pD7Gjw=", + "lastModified": 1662982457, + "narHash": "sha256-FkllT92wW49B9N2Q2p9Yq0luMvrhVcJ5aGfaZnm4mdI=", "owner": "serokell", "repo": "serokell.nix", - "rev": "8c69cd4712106631f46eebd4815515b169aa37aa", + "rev": "14bd44d7d365cdbb4262eec4d92a8f70b38eaece", "type": "github" }, "original": { diff --git a/nixos/hosts/thalassa/null/home/hyprland.nix b/nixos/hosts/thalassa/null/home/hyprland.nix index e37d85bc..d2137205 100644 --- a/nixos/hosts/thalassa/null/home/hyprland.nix +++ b/nixos/hosts/thalassa/null/home/hyprland.nix @@ -71,16 +71,16 @@ bind=SUPER,9,workspace,9 bind=SUPER,0,workspace,10 - bind=ALT,1,movetoworkspace,1 - bind=ALT,2,movetoworkspace,2 - bind=ALT,3,movetoworkspace,3 - bind=ALT,4,movetoworkspace,4 - bind=ALT,5,movetoworkspace,5 - bind=ALT,6,movetoworkspace,6 - bind=ALT,7,movetoworkspace,7 - bind=ALT,8,movetoworkspace,8 - bind=ALT,9,movetoworkspace,9 - bind=ALT,0,movetoworkspace,10 + bind=SUPERSHIFT,1,movetoworkspace,1 + bind=SUPERSHIFT,2,movetoworkspace,2 + bind=SUPERSHIFT,3,movetoworkspace,3 + bind=SUPERSHIFT,4,movetoworkspace,4 + bind=SUPERSHIFT,5,movetoworkspace,5 + bind=SUPERSHIFT,6,movetoworkspace,6 + bind=SUPERSHIFT,7,movetoworkspace,7 + bind=SUPERSHIFT,8,movetoworkspace,8 + bind=SUPERSHIFT,9,movetoworkspace,9 + bind=SUPERSHIFT,0,movetoworkspace,10 bind=SUPER,mouse_down,workspace,e+1 bind=SUPER,mouse_up,workspace,e-1 diff --git a/nixos/hosts/thalassa/null/home/theme.nix b/nixos/hosts/thalassa/null/home/theme.nix index d87b91d3..41e9b218 100644 --- a/nixos/hosts/thalassa/null/home/theme.nix +++ b/nixos/hosts/thalassa/null/home/theme.nix @@ -1,4 +1,4 @@ -{ lib, ... }: +{ lib, pkgs, ... }: let inherit (builtins) mapAttrs;