flakes now also nano nix also moved private vars off repo
This commit is contained in:
+3
-7
@@ -1,4 +1,4 @@
|
||||
# Imported from /etc/nixos/configuration.nix
|
||||
# Entry point for the shihaam home-manager profile (see flake.nix).
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
@@ -6,12 +6,8 @@
|
||||
./bash.nix
|
||||
./packages.nix
|
||||
./fonts.nix
|
||||
] ++ (
|
||||
# import non public vars
|
||||
if builtins.pathExists ./private.nix
|
||||
then [ ./private.nix ]
|
||||
else lib.warn "home/private.nix not found -- private session variables will be unset" [ ]
|
||||
);
|
||||
./nano.nix
|
||||
];
|
||||
|
||||
home.username = "shihaam";
|
||||
home.homeDirectory = "/home/shihaam";
|
||||
|
||||
Reference in New Issue
Block a user