configures paneru for mac

This commit is contained in:
Dennis Schoepf 2026-03-05 22:49:08 +01:00
parent 6d018f32b5
commit 652e74f790
4 changed files with 768 additions and 705 deletions

View file

@ -22,6 +22,10 @@
nixvim.url = "github:nix-community/nixvim"; nixvim.url = "github:nix-community/nixvim";
agenix.url = "github:ryantm/agenix"; agenix.url = "github:ryantm/agenix";
nix-homebrew.url = "github:zhaofengli/nix-homebrew"; nix-homebrew.url = "github:zhaofengli/nix-homebrew";
inputs.paneru = {
url = "github:karinushka/paneru";
inputs.nixpkgs.follows = "nixpkgs";
};
dms = { dms = {
url = "github:AvengeMedia/DankMaterialShell/stable"; url = "github:AvengeMedia/DankMaterialShell/stable";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View file

@ -42,6 +42,9 @@ in
"keyboard-cowboy" "keyboard-cowboy"
"krita" "krita"
"darktable" "darktable"
"beekeeper-studio"
"qbittorrent"
"tpvirtual"
]; ];
masApps = { masApps = {

View file

@ -18,6 +18,7 @@ in
neovim neovim
terminal terminal
browser browser
scrolling-desktop
( (
{ ... }: { ... }:

File diff suppressed because it is too large Load diff