various changes
This commit is contained in:
parent
50a59333e6
commit
6a2f63e71e
24 changed files with 90 additions and 279 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
imports = ( import ../modules/programs );
|
||||
programs.home-manager.enable = true;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix = {
|
||||
|
|
@ -24,7 +23,7 @@
|
|||
spleen
|
||||
];
|
||||
};
|
||||
|
||||
imports = ( import ../modules/programs );
|
||||
xdg.enable = true;
|
||||
fonts.fontconfig.enable = true;
|
||||
systemd.user.startServices = "sd-switch";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue