System snapshots and window manager configs

This commit is contained in:
2025-10-15 10:59:36 -05:00
parent 293242ec35
commit a2929f7dfa
6 changed files with 200 additions and 9 deletions

View File

@@ -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"