helix nd stuff
This commit is contained in:
parent
6b1c70bffd
commit
50548d2f6f
3 changed files with 3 additions and 7 deletions
modules/home
|
@ -1,6 +1,3 @@
|
|||
# This is your home-manager configuration file
|
||||
# Use this to configure your home environment (it replaces ~/.config/nixpkgs/home.nix)
|
||||
|
||||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||
# You can import other home-manager modules here
|
||||
imports = [
|
||||
|
@ -8,7 +5,6 @@
|
|||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
programs.git.enable = true;
|
||||
|
||||
|
||||
systemd.user.startServices = "sd-switch";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue