configures paneru for mac
This commit is contained in:
parent
6d018f32b5
commit
652e74f790
4 changed files with 768 additions and 705 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,9 @@ in
|
||||||
"keyboard-cowboy"
|
"keyboard-cowboy"
|
||||||
"krita"
|
"krita"
|
||||||
"darktable"
|
"darktable"
|
||||||
|
"beekeeper-studio"
|
||||||
|
"qbittorrent"
|
||||||
|
"tpvirtual"
|
||||||
];
|
];
|
||||||
|
|
||||||
masApps = {
|
masApps = {
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@ in
|
||||||
neovim
|
neovim
|
||||||
terminal
|
terminal
|
||||||
browser
|
browser
|
||||||
|
scrolling-desktop
|
||||||
|
|
||||||
(
|
(
|
||||||
{ ... }:
|
{ ... }:
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue