converting to pure
This commit is contained in:
parent
8d7d0e0c65
commit
87a8085160
4 changed files with 4 additions and 27 deletions
|
|
@ -1,12 +1,5 @@
|
|||
{ config, pkgs, home-manager, ... }:
|
||||
|
||||
let
|
||||
home-manager = builtins.fetchTarball {
|
||||
url = "https://github.com/nix-community/home-manager/archive/master.tar.gz";
|
||||
# sha256 = "05msmzfa45l9sr9ngd2cfxw66kw0x76d68gp29v5ilrakf8nc90w";
|
||||
};
|
||||
in
|
||||
|
||||
{
|
||||
# Nix User Repository https://github.com/nix-community/NUR
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
|
|
@ -15,10 +8,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
(import "${home-manager}/nixos")
|
||||
];
|
||||
|
||||
users.users.aksutter = {
|
||||
shell = pkgs.zsh;
|
||||
isNormalUser = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue