fix: udiskie not being started

This commit is contained in:
Jacob Bachmann 2023-12-13 14:19:45 +01:00
parent 88615faff0
commit 610e399cff
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
6 changed files with 8 additions and 10 deletions

View file

@ -5,9 +5,10 @@
# TODO enable ability to switch between stable and unstable
# TODO enable ability to include or exclude unfree software
#nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
#nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
#nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
#nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
#nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
#home-manager.url = "github:nix-community/home-manager/release-23.05";
#home-manager.inputs.nixpkgs.follows = "nixpkgs";