removing un-needed imports from home.nix
This commit is contained in:
parent
f9706f25d2
commit
4fe134e5ee
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs, config, lib, ... }: {
|
{ pkgs, config, lib, ... }: {
|
||||||
#Home manager configuration
|
#Home manager configuration
|
||||||
imports = [ ./../../home ./../../home/nixos ];
|
#imports = [ ./../../home ./../../home/nixos ];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
username = "speccon18";
|
username = "speccon18";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue