summaryrefslogtreecommitdiff
path: root/home-manager/home.nix
diff options
context:
space:
mode:
authorJakub Trzeciak <jptrzy@gmail.com>2023-11-09 12:23:29 +0100
committerJakub Trzeciak <jptrzy@gmail.com>2023-11-09 12:23:29 +0100
commitb31392da2708dd117aaaff96260f842345fa2852 (patch)
tree67d282f0e6026dd3c6494d8bee4abe17080ca2d0 /home-manager/home.nix
parenta0274f54b9af1404b62892df19916b9db18196cb (diff)
downloadnixos-b31392da2708dd117aaaff96260f842345fa2852.tar.gz
nixos-b31392da2708dd117aaaff96260f842345fa2852.tar.bz2
nixos-b31392da2708dd117aaaff96260f842345fa2852.zip
Modrinth App Testing
Diffstat (limited to 'home-manager/home.nix')
-rw-r--r--home-manager/home.nix17
1 files changed, 10 insertions, 7 deletions
diff --git a/home-manager/home.nix b/home-manager/home.nix
index 0db0917..d185fa3 100644
--- a/home-manager/home.nix
+++ b/home-manager/home.nix
@@ -15,7 +15,7 @@ let
in {
imports = [
nix-colors.homeManagerModules.default
- #./addons/firefox.nix
+ ./addons/firefox.nix
#./addons/alacritty.nix
#./addons/xresources.nix
./addons/sway.nix
@@ -35,18 +35,21 @@ in {
"hplip"
];
- home.packages = [
- pkgs.libnotify
- pkgs.dmenu-bluetooth
-
- #pkgs.pureref
- pkgs.hplipWithPlugin
+ home.packages = with pkgs; [
+ libnotify
+ dmenu-bluetooth
+ keepassxc
+ hplipWithPlugin
(import ./sh/screenshot.nix {inherit pkgs; })
(import ./sh/wp.nix {inherit pkgs; })
(import ./sh/colors.nix {inherit pkgs; })
(import ./sh/yt.nix {inherit pkgs; })
(import ./sh/mpv.nix {inherit pkgs; })
+ (import ./sh/fuzzel.nix {inherit pkgs; })
+
+ ### Games ###
+ modrinth-app
];
nixpkgs.config.packageOverrides = pkgs: {
Software created with 💖