mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 21:29:12 +02:00
feat: switch to niri+noctalia
This commit is contained in:
parent
a343de7a90
commit
b45746e127
34 changed files with 2726 additions and 1315 deletions
|
|
@ -30,7 +30,7 @@ writeShellApplication {
|
|||
;;
|
||||
-r | --repo)
|
||||
shift
|
||||
target_repo=rue
|
||||
target_repo=true
|
||||
;;
|
||||
-d | --directory)
|
||||
shift
|
||||
|
|
|
|||
6
pkgs/flake/niri-resize/default.nix
Normal file
6
pkgs/flake/niri-resize/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ self, name, writeShellApplication, jq }:
|
||||
writeShellApplication {
|
||||
inherit name;
|
||||
runtimeInputs = [ jq ];
|
||||
text = builtins.readFile "${self}/files/scripts/${name}.sh";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue