changes :3
This commit is contained in:
parent
c50bfc3eea
commit
0ad695abcf
27 changed files with 1022 additions and 656 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue