aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix6
-rw-r--r--packages.nix1
2 files changed, 6 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 37f9431..5775c42 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,11 +2,15 @@
description = "My Nixo system configuration";
inputs = {
nixpkgs.url = "github:NixOs/nixpkgs/nixos-unstable";
- home-manager.url = "github:nix-community/home-manager/master";
+ home-manager = {
+ url = "github:nix-community/home-manager/master";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
};
outputs = {
self,
nixpkgs,
+ home-manager,
...
} @ attrs: {
nixosConfigurations.thinklappi = nixpkgs.lib.nixosSystem {
diff --git a/packages.nix b/packages.nix
index 71b250e..3af3633 100644
--- a/packages.nix
+++ b/packages.nix
@@ -35,6 +35,7 @@
xdg-ninja # home cleaning
git # versioning
signal-desktop # the ecosystem is moving :(
+ signal-cli # use signal without phone
mumble # voice chat
#Nix Stuff