summaryrefslogtreecommitdiff
path: root/home/cez
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-06-10 15:55:54 +0530
committersinanmohd <sinan@sinanmohd.com>2025-06-10 22:55:04 +0530
commita41037ef644dbacb3d577933fb3d93c210439b38 (patch)
treea262750bcb1357785ad8cb68b232a5ca242ee671 /home/cez
parentcfccbd1e4026d568e23a47c060ae3ae042cceb4c (diff)
chore(repo): reformat with nixfmt-rfc-style
Diffstat (limited to 'home/cez')
-rw-r--r--home/cez/home.nix3
-rw-r--r--home/cez/modules/wayland.nix8
2 files changed, 7 insertions, 4 deletions
diff --git a/home/cez/home.nix b/home/cez/home.nix
index 018c19c..f39ddff 100644
--- a/home/cez/home.nix
+++ b/home/cez/home.nix
@@ -1,4 +1,5 @@
-{ ... }: {
+{ ... }:
+{
imports = [
../pc/home.nix
./modules/wayland.nix
diff --git a/home/cez/modules/wayland.nix b/home/cez/modules/wayland.nix
index bfba63e..1d63f76 100644
--- a/home/cez/modules/wayland.nix
+++ b/home/cez/modules/wayland.nix
@@ -1,7 +1,9 @@
-{ pkgs, ... }: let
- wayland-scripts = pkgs.callPackage ../../wayland/pkgs/wayland-scripts {};
+{ pkgs, ... }:
+let
+ wayland-scripts = pkgs.callPackage ../../wayland/pkgs/wayland-scripts { };
freezshot = "${wayland-scripts}/bin/freezshot";
-in {
+in
+{
wayland.windowManager.sway.settings = {
# vendor hardcoded screenshot key
bindsym."mod4+shift+s" = "exec ${freezshot}";