Move home-manager over to using flake

This commit is contained in:
BuyMyMojo 2025-03-25 03:26:13 +11:00
parent f1d9504b66
commit 70485efd86
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
3 changed files with 118 additions and 9 deletions

View file

@ -1,11 +1,5 @@
{ config, pkgs, ... }:
let
unstable = import <nixos-unstable> {
config = {
allowUnfree = true;
};
};
in
{ config, pkgs, unstable, ... }:
{
# Home Manager needs a bit of information about you and the paths it should
# manage.
@ -27,7 +21,7 @@ in
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = [
home.packages = with unstable; [
pkgs.nextcloud-client
pkgs.yubioath-flutter
pkgs.xpipe