Test
This commit is contained in:
parent
b6534a39bb
commit
b55d029d8e
3 changed files with 8 additions and 9 deletions
|
@ -129,7 +129,11 @@
|
|||
bind = $mainMod, R, exec, wofi --show drun
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
|
||||
# Custom keybinds
|
||||
bind = $mainMod, S, exec, rofi -show drun -show-icons
|
||||
bind = $mainMod, SPACE, exec, rofi -show drun -show-icons
|
||||
bind =,Print,exec,grim
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{ hostname, ...}: {
|
||||
home.file = {
|
||||
# Called from: /hosts/${hostname}/desktops/hyprland-conf.nix
|
||||
# https://yewtu.be/watch?v=tWQB1NDDA9c
|
||||
# Waybar configuration
|
||||
".config/waybar/config.jsonc" = {
|
||||
|
|
|
@ -1,19 +1,15 @@
|
|||
{ lib, config, pkgs, ... }: {
|
||||
|
||||
imports = [
|
||||
# Hardware Configuration
|
||||
./hardware-configuration.nix
|
||||
# ./networking.nix s called from the root repo/modules/networking.nix file
|
||||
|
||||
# Desktop Environments
|
||||
# Common configuration
|
||||
../../desktops/common.nix
|
||||
../../../desktops/common.nix
|
||||
# Hyprland
|
||||
../../desktops/hyprland.nix
|
||||
../../../desktops/hyprland.nix
|
||||
# Gnome
|
||||
# ../../desktops/gnome.nix
|
||||
# ../../../desktops/gnome.nix
|
||||
# KDE
|
||||
# ../../desktops/kde.nix
|
||||
# ../../../desktops/kde.nix
|
||||
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue