Fix Unfree packages not working & styling
This commit is contained in:
parent
2e2a6e34bf
commit
11712b2930
1 changed files with 87 additions and 86 deletions
|
@ -26,6 +26,8 @@
|
|||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
||||
home-manager.users.tdpeuter = { pkgs, ... }: {
|
||||
home = {
|
||||
username = "tdpeuter";
|
||||
|
@ -60,7 +62,6 @@
|
|||
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
|
|
Loading…
Reference in a new issue