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, R, exec, wofi --show drun
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, J, togglesplit, # dwindle
|
bind = $mainMod, J, togglesplit, # dwindle
|
||||||
|
|
||||||
|
# Custom keybinds
|
||||||
bind = $mainMod, S, exec, rofi -show drun -show-icons
|
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
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, left, movefocus, l
|
bind = $mainMod, left, movefocus, l
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ hostname, ...}: {
|
{ hostname, ...}: {
|
||||||
home.file = {
|
home.file = {
|
||||||
# Called from: /hosts/${hostname}/desktops/hyprland-conf.nix
|
|
||||||
# https://yewtu.be/watch?v=tWQB1NDDA9c
|
# https://yewtu.be/watch?v=tWQB1NDDA9c
|
||||||
# Waybar configuration
|
# Waybar configuration
|
||||||
".config/waybar/config.jsonc" = {
|
".config/waybar/config.jsonc" = {
|
||||||
|
|
|
@ -1,19 +1,15 @@
|
||||||
{ lib, config, pkgs, ... }: {
|
{ lib, config, pkgs, ... }: {
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
# Hardware Configuration
|
|
||||||
./hardware-configuration.nix
|
|
||||||
# ./networking.nix s called from the root repo/modules/networking.nix file
|
|
||||||
|
|
||||||
# Desktop Environments
|
# Desktop Environments
|
||||||
# Common configuration
|
# Common configuration
|
||||||
../../desktops/common.nix
|
../../../desktops/common.nix
|
||||||
# Hyprland
|
# Hyprland
|
||||||
../../desktops/hyprland.nix
|
../../../desktops/hyprland.nix
|
||||||
# Gnome
|
# Gnome
|
||||||
# ../../desktops/gnome.nix
|
# ../../../desktops/gnome.nix
|
||||||
# KDE
|
# KDE
|
||||||
# ../../desktops/kde.nix
|
# ../../../desktops/kde.nix
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue