diff options
Diffstat (limited to 'home-manager')
| -rw-r--r-- | home-manager/default.nix | 6 | ||||
| -rw-r--r-- | home-manager/doretta.nix | 6 | ||||
| -rw-r--r-- | home-manager/home.nix | 12 |
3 files changed, 4 insertions, 20 deletions
diff --git a/home-manager/default.nix b/home-manager/default.nix index 3dfcaf9..864f877 100644 --- a/home-manager/default.nix +++ b/home-manager/default.nix @@ -12,12 +12,6 @@ ../modules/home-manager/bat.nix ]; - nixpkgs = { - # texlive.combined.scheme-medium; - # system = "x84_64-linux"; - config.allowUnfree = true; - }; - # home-manager.users.defin= { home = { # Home Manager needs a bit of information about you and the paths it should diff --git a/home-manager/doretta.nix b/home-manager/doretta.nix index 3096662..3a144be 100644 --- a/home-manager/doretta.nix +++ b/home-manager/doretta.nix @@ -13,12 +13,6 @@ ../modules/home-manager/virt-manager.nix ]; - nixpkgs = { - # texlive.combined.scheme-medium; - # system = "x84_64-linux"; - config.allowUnfree = true; - }; - # home-manager.users.defin= { home = { # Home Manager needs a bit of information about you and the paths it should diff --git a/home-manager/home.nix b/home-manager/home.nix index 967de7c..a569419 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -16,11 +16,6 @@ ../modules/home-manager/hypridle.nix ]; - nixpkgs = { - # texlive.combined.scheme-medium; - # system = "x84_64-linux"; - config.allowUnfree = true; - }; # xdg.mimeApps = { # enable = true; @@ -68,15 +63,16 @@ }) # qutebrowser neofetch - yakuake - pass + kdePackages.yakuake + (pass.withExtensions (ext: with ext; [ pass-audit pass-otp pass-update])) passExtensions.pass-audit passExtensions.pass-otp passExtensions.pass-update + # pass btop cava helvum - filelight + kdePackages.filelight easyeffects mpv lutris |
