Skip to content

Commit

Permalink
♻️ home file imports
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Jan 14, 2024
1 parent 828a91f commit 75cdc35
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions home/gwen/home.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{ inputs, config, pkgs, lib, nix-colors, spicetify-nix, polymc, nixpkgs-f2k, ... }:
{ inputs, config, pkgs, lib, nixpkgs-f2k, ... }:

let
theme = "rose";
colors = import ../shared/cols/forest.nix { };
theme = "everblush";
zjstatus = inputs.zjstatus;
unstable = import
(builtins.fetchTarball "https://github.com/nixos/nixpkgs/archive/master.tar.gz")
Expand All @@ -14,7 +13,7 @@ in
# some general info
home.username = "gwen";
home.homeDirectory = "/home/gwen";
home.stateVersion = "23.05";
home.stateVersion = "23.11";
programs.home-manager.enable = true;
programs = {
direnv = {
Expand Down Expand Up @@ -60,7 +59,7 @@ in
./conf/ui/swayfx

inputs.ags.homeManagerModules.default
nix-colors.homeManagerModules.default
inputs.nix-colors.homeManagerModules.default
# Importing Configurations
./conf/music/cava
./conf/music/spicetify
Expand Down

0 comments on commit 75cdc35

Please sign in to comment.