From 8812440ef7c9b5a0df8cfa5ed3a136ddf45f5dd3 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 4 Jun 2024 02:03:15 -0400 Subject: [PATCH] aly: remove unstable call --- aly.nix | 13 ++++--------- dustin.nix | 1 - 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/aly.nix b/aly.nix index dd54e8e4..eac00329 100644 --- a/aly.nix +++ b/aly.nix @@ -4,12 +4,7 @@ pkgs, lib, ... -}: let - unstable = import inputs.nixpkgsUnstable { - system = pkgs.system; - config.allowUnfree = true; - }; -in { +}: { imports = [./homeManagerModules]; home.username = "aly"; home.homeDirectory = "/home/aly"; @@ -17,20 +12,20 @@ in { programs.home-manager.enable = true; home.packages = with pkgs; [ - google-chrome browsh curl fractal gh git gnome.file-roller + google-chrome keepassxc + obsidian plexamp python3 ruby tauon trayscale - obsidian webcord wget ]; @@ -171,7 +166,7 @@ in { # # Scratchpad Notes # bind = SUPER, N, togglespecialworkspace, notes # bind = SUPER SHIFT, N, movetoworkspace, special:notes - # workspace = special:notes, on-created-empty:${lib.getExe' unstable.obsidian "obsidian"} + # workspace = special:notes, on-created-empty:${lib.getExe' pkgs.obsidian "obsidian"} # windowrulev2 = workspace special:notes,class:(obsidian) # # Scratchpad Music diff --git a/dustin.nix b/dustin.nix index ad847156..692ad28f 100644 --- a/dustin.nix +++ b/dustin.nix @@ -1,5 +1,4 @@ { - inputs, config, pkgs, lib,