This commit is contained in:
Lucy von Overheidt 2025-09-09 23:49:00 +02:00
parent 7dd32c7a17
commit 1a4ef774e4
13 changed files with 26 additions and 140 deletions

View file

@ -10,7 +10,6 @@ let
close-window
maximize-column
screenshot-window
screenshot
focus-column-left
focus-column-right
focus-workspace-up

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, ... }:
{ ... }:
{
imports = [
./settings.nix

View file

@ -1,9 +1,7 @@
{
config,
lib,
pkgs,
inputs,
...
{ lib
, pkgs
, inputs
, ...
}:
let
makeCommand = command: {
@ -12,10 +10,6 @@ let
qs = "${pkgs.quickshell}/bin/qs";
wl-paste = "${pkgs.wl-clipboard}/bin/wl-paste";
wallpapers = inputs.self.packages.${pkgs.system}.wallpapers;
helloKittyCursor = pkgs.fetchzip {
url = "https://www.rw-designer.com/cursor-downloadset/hello-kitty.zip";
hash = "";
};
in
{