mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-11 05:10:05 +00:00
feat(modules): add new GTK styles to Catppuccin config
fix(modules): update vaultwarden service hostname usage feat(flake): add sops-nix to flake feat: add .sops.yaml base, not quite ready just yet
This commit is contained in:
parent
b23bddaf71
commit
3cd04be672
18 changed files with 293 additions and 95 deletions
|
@ -19,21 +19,14 @@
|
|||
config,
|
||||
...
|
||||
}: with lib; with lib.${namespace};
|
||||
let
|
||||
zed-fhs = pkgs.buildFHSUserEnv {
|
||||
name = "zed";
|
||||
targetPkgs = pkgs:
|
||||
with pkgs; [
|
||||
zed-editor
|
||||
];
|
||||
runScript = "zed";
|
||||
};
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./apps/gnome.nix
|
||||
];
|
||||
|
||||
themes.catppuccin.gtk.enable = true;
|
||||
apps.zed-editor.enable = true;
|
||||
|
||||
# Flatpak configuration.
|
||||
services.flatpak = {
|
||||
enable = true;
|
||||
|
@ -56,6 +49,7 @@ in
|
|||
g4music
|
||||
blanket
|
||||
bitwarden-desktop
|
||||
kitty
|
||||
|
||||
### Development
|
||||
avra
|
||||
|
@ -65,7 +59,6 @@ in
|
|||
nodejs_22
|
||||
bun
|
||||
devenv
|
||||
zed-fhs
|
||||
|
||||
### Rust development specific
|
||||
rustup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue