changes :3

This commit is contained in:
zoey 2025-06-15 18:15:28 -04:00
parent c50bfc3eea
commit 0ad695abcf
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2
27 changed files with 1022 additions and 656 deletions

View file

@ -1,4 +1,5 @@
{
config,
inputs,
pkgs,
system,
@ -6,7 +7,7 @@
...
}: {
wms.hyprland.enable = false;
wms.niri.enable = true;
wms.niri.enable = false;
apps = {
web.librewolf.enable = true;
web.zen.setDefault = true;
@ -124,10 +125,24 @@
work.vpn.enable = true;
programs.atuin = {
enable = true;
enableFishIntegration = config.programs.fish.enable;
enableZshIntegration = config.programs.zsh.enable;
enableNushellIntegration = config.programs.nushell.enable;
};
home.packages = with pkgs; [
gimp3
slack
drawio
littlenavmap
app2unit
awscli2
monero-cli
devenv
@ -246,6 +261,8 @@
options = ["--cmd cd"];
};
services.quickshell.enable = true;
home.file.".mozilla/native-messaging-hosts/gpgmejson.json".text = builtins.toJSON {
name = "gpgmejson";
description = "JavaScript binding for GnuPG";