Skip to content

Commit

Permalink
temp again #1
Browse files Browse the repository at this point in the history
  • Loading branch information
71zenith committed Mar 30, 2024
1 parent 233277c commit 4d760aa
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 38 deletions.
72 changes: 36 additions & 36 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion hosts/default/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
monitor = "HDMI-A-1,[email protected],0x0,1";
exec-once = [
"foot --server &"
"swww init"
"swww-daemon --format xrgb"
"blueman-applet &"
"wl-paste --type text --watch cliphist store &"
"swww img $(fd . ~/nix/resources/wallpapers | sort -R | head -1) -f Mitchell -t any --transition-fps 75 --transition-duration 1"
Expand Down Expand Up @@ -135,6 +135,7 @@
"windows, 1, 3, overshot"
"windowsOut, 1, 3, smoothIn"
"windowsMove, 1, 3, default"
"layers, 1, 3, pace, slide"
"workspaces, 1, 2, default"
"specialWorkspace, 1, 2, pace, slidevert"
];
Expand Down
2 changes: 1 addition & 1 deletion hosts/default/nvim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
colorschemes.oxocarbon.enable = true;
globals.mapleader = " ";
clipboard.providers.wl-copy.enable = true;
options = {
opts = {
number = true;
relativenumber = false;
shiftwidth = 2;
Expand Down

0 comments on commit 4d760aa

Please sign in to comment.