Unknown Changes

This commit is contained in:
Jack Mechem 2025-11-19 09:35:59 -08:00
parent 3108b3753d
commit 0ab24e1a02
6 changed files with 42 additions and 6 deletions

View file

@ -7,6 +7,7 @@
../../modules/home-manager/zsh.nix
../../modules/home-manager/tmux.nix
../../modules/home-manager/hyprland.nix
../../modules/home-manager/homepackages.nix
];
programs.home-manager.enable = true;
@ -17,10 +18,6 @@
home.stateVersion = "25.05"; # Please read the comment before changing.
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages =
[ pkgs.sway-contrib.grimshot pkgs.waypaper pkgs.hyprpaper pkgs.swaybg ];
programs.zen-browser.enable = true;
@ -28,6 +25,13 @@
# plain files is through 'home.file'.
home.file = { };
nixpkgs = {
config = {
allowUnfree = true;
allowUnfreePredicate = (_: true);
};
};
gtk = {
enable = true;