From 13b51359c0b5c5d126adc4ff60d7abd2439c6111 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 26 Dec 2022 22:12:23 -0600 Subject: flake: update to 22.11 --- flake.nix | 18 ++++-------------- home/path.nix | 1 + 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/flake.nix b/flake.nix index 5fdeb7e..1984f07 100644 --- a/flake.nix +++ b/flake.nix @@ -1,10 +1,10 @@ { inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-22.05"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-22.11"; nixpkgsUnstable.url = "github:nixos/nixpkgs"; home-manager = { - url = "github:nix-community/home-manager/release-22.05"; + url = "github:nix-community/home-manager/release-22.11"; inputs.nixpkgs.follows = "nixpkgs"; }; @@ -44,18 +44,8 @@ username = "ale"; home = platform: home-manager.lib.homeManagerConfiguration { - system = "x86_64-linux"; - - inherit configuration; - extraModules = [ platform ]; - - inherit username; - homeDirectory = "/home/${username}"; - - # Update the state version as needed. - # See the changelog here: - # https://nix-community.github.io/home-manager/release-notes.html#sec-release-21.05 - stateVersion = "21.11"; + pkgs = import nixpkgs { system = "x86_64-linux"; }; + modules = [ configuration platform ]; # Optionally use extraSpecialArgs # to pass through arguments to home.nix diff --git a/home/path.nix b/home/path.nix index 0e8ced9..5632910 100644 --- a/home/path.nix +++ b/home/path.nix @@ -47,6 +47,7 @@ with lib; { "anydesk" "mssql-tools" "quartus-prime-lite-unwrapped" + "tools" # androidsdk "teams" "zoom" ]; -- cgit v1.2.3