diff options
author | Aylur <[email protected]> | 2024-06-22 20:58:00 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-06-22 20:58:00 +0200 |
commit | 4f3cc1da4aebea5ef1689f56fe6aec950a094bcf (patch) | |
tree | 99db0d2fc908cb93766210a79a5712d4b6c95604 /flake.nix | |
parent | 4c8d03265a87ce76cc31fd36eb476d00efe7ef56 (diff) |
remove kbd and powerprofile
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,10 +1,9 @@ { - description = "DBus proxy library for upower daemon"; + description = "DBus proxy library for upower daemon devices"; inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - outputs = { self, nixpkgs }: - let + outputs = { self, nixpkgs }: let version = builtins.replaceStrings ["\n"] [""] (builtins.readFile ./version); system = "x86_64-linux"; pkgs = import nixpkgs { inherit system; }; |