From 85928497b111952c58e80b7c0de3f72f400307b6 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 29 Sep 2023 21:21:35 +0900 Subject: [PATCH] teswt --- README.md | 1 - .../common/desktops/hyprland/common/hyprland/hyprland-conf.nix | 1 - home-manager/hosts/nixos-laptop/desktops/hyprland/default.nix | 1 + home-manager/hosts/nixos-vm-02/desktops/hyprland/default.nix | 1 + 4 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ac2510c..ad28fb32 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh ![Gruv'd Hyprland](./docs/screenshot.png "Hyprland with a Gruvboxy theme") --- # To Do List - * Reduces duplicate configs * [ ] Look into hosting a binary cache locally - [Link](https://nixos.wiki/wiki/Binary_Cache) * [ ] vscode / emacs * Add the nix lsp - [Link](https://github.com/nix-community/rnix-lsp) diff --git a/home-manager/common/desktops/hyprland/common/hyprland/hyprland-conf.nix b/home-manager/common/desktops/hyprland/common/hyprland/hyprland-conf.nix index 5305579a..c15c75df 100644 --- a/home-manager/common/desktops/hyprland/common/hyprland/hyprland-conf.nix +++ b/home-manager/common/desktops/hyprland/common/hyprland/hyprland-conf.nix @@ -96,7 +96,6 @@ } # See https://wiki.hyprland.org/Configuring/Keywords/ for more - $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Q, exec, kitty diff --git a/home-manager/hosts/nixos-laptop/desktops/hyprland/default.nix b/home-manager/hosts/nixos-laptop/desktops/hyprland/default.nix index 1550d2bb..46ef19e3 100644 --- a/home-manager/hosts/nixos-laptop/desktops/hyprland/default.nix +++ b/home-manager/hosts/nixos-laptop/desktops/hyprland/default.nix @@ -6,6 +6,7 @@ # Laptop specific: monitor=,highrr,auto,1.25 + $mainMod = SUPER # Set up the FN keys: diff --git a/home-manager/hosts/nixos-vm-02/desktops/hyprland/default.nix b/home-manager/hosts/nixos-vm-02/desktops/hyprland/default.nix index 1dba7bf3..e61a66bc 100644 --- a/home-manager/hosts/nixos-vm-02/desktops/hyprland/default.nix +++ b/home-manager/hosts/nixos-vm-02/desktops/hyprland/default.nix @@ -6,6 +6,7 @@ # Monitor specific: monitor=,2560x1440,auto,1 + $mainMod = SUPER # Start the config: exec-once=bash ~/.config/hypr/start.sh