mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 19:00:14 +00:00
remove inputs
This commit is contained in:
@ -14,7 +14,7 @@ in
|
||||
options.nmasur.presets.programs._1password.enable = lib.mkEnableOption "1Password password manager";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
unfreePackages = [
|
||||
allowUnfreePackages = [
|
||||
"1password"
|
||||
"_1password-gui"
|
||||
"1password-cli"
|
||||
|
@ -14,7 +14,7 @@ in
|
||||
options.nmasur.presets.programs.discord.enable = lib.mkEnableOption "Discord chat";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
unfreePackages = [ "discord" ];
|
||||
allowUnfreePackages = [ "discord" ];
|
||||
home.packages = [ pkgs.discord ];
|
||||
xdg.configFile."discord/settings.json".text = pkgs.formats.json {
|
||||
BACKGROUND_COLOR = "#202225";
|
||||
|
@ -17,7 +17,7 @@ in
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
unfreePackages = [
|
||||
allowUnfreePackages = [
|
||||
"okta-browser-plugin"
|
||||
];
|
||||
|
||||
|
@ -15,7 +15,7 @@ in
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
unfreePackages = [ "terraform" ];
|
||||
allowUnfreePackages = [ "terraform" ];
|
||||
|
||||
programs.fish.shellAbbrs = {
|
||||
te = "terraform";
|
||||
|
@ -15,7 +15,7 @@ in
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
unfreePackages = [
|
||||
allowUnfreePackages = [
|
||||
"vault-bin"
|
||||
# "teams"
|
||||
];
|
||||
|
Reference in New Issue
Block a user