Compare commits
No commits in common. "11b09aeef11b26645a62f3e8938f34adeef778ca" and "11fe1d849509f295cecff274ad384475d429c0a6" have entirely different histories.
11b09aeef1
...
11fe1d8495
1 changed files with 9 additions and 10 deletions
|
@ -29,11 +29,6 @@
|
|||
helix = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
settings = {
|
||||
editor.soft-wrap = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
nushell = {
|
||||
enable = true;
|
||||
|
@ -41,6 +36,9 @@
|
|||
};
|
||||
starship = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
enableNushellIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
git = {
|
||||
enable = true;
|
||||
|
@ -56,6 +54,9 @@
|
|||
};
|
||||
nix-your-shell = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
enableNushellIntegration = true;
|
||||
};
|
||||
rbw = {
|
||||
enable = true;
|
||||
|
@ -64,11 +65,6 @@
|
|||
email = "vaultwarden@sudoer777.dev";
|
||||
};
|
||||
};
|
||||
direnv = {
|
||||
enable = true;
|
||||
mise.enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
spicetify =
|
||||
let
|
||||
spicePkgs = spicetify-nix.legacyPackages.${pkgs.system};
|
||||
|
@ -88,6 +84,9 @@
|
|||
services = {
|
||||
gpg-agent = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
enableNushellIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Reference in a new issue