System snapshots and window manager configs
This commit is contained in:
@@ -1,13 +1,18 @@
|
||||
{ pkgs, lib, ... }:
|
||||
let
|
||||
startupScript = pkgs.pkgs.writeShellScriptBin "start" ''
|
||||
${pkgs.waybar}/bin/waybar &
|
||||
#${pkgs.quickshell}/bin/quickshell &
|
||||
${pkgs.swww}/bin/swww init &
|
||||
|
||||
sleep 1
|
||||
'';
|
||||
in
|
||||
{
|
||||
# home.file = {
|
||||
# ".config/quickshell/shell.qml".source = quickshell/shell.qml;
|
||||
# };
|
||||
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
|
||||
@@ -27,6 +32,7 @@ in
|
||||
"$mod" = "SUPER";
|
||||
"$terminal" = "alacritty";
|
||||
"$browser" = "firefox";
|
||||
"$menu" = "rofi -show drun";
|
||||
|
||||
general = {
|
||||
gaps_in = 5;
|
||||
@@ -56,6 +62,7 @@ in
|
||||
"$mod, right, movefocus, r"
|
||||
"$mod, up, movefocus, u"
|
||||
"$mod, down, movefocus, d"
|
||||
"$mod, F, fullscreen"
|
||||
|
||||
"$mod, 1, workspace, 1"
|
||||
"$mod, 2, workspace, 2"
|
||||
|
||||
Reference in New Issue
Block a user