dregil: Use gnome for now by default

This commit is contained in:
Alexander Kobjolke 2025-06-16 20:57:41 +02:00
parent 2e7fa6eb14
commit efa99d6331
6 changed files with 26 additions and 31 deletions

View file

@ -28,16 +28,6 @@
inputs.nixpkgs.follows = "nixpkgs-droid";
};
# emacs = {
# url = "github:nix-community/emacs-overlay";
# inputs.nixpkgs.follows = "nixpkgs";
# };
#
# simplex-chat = {
# url = "github:simplex-chat/simplex-chat";
# inputs.nixpkgs.follows = "nixpkgs";
# };
# age for nix to store encrypted passwords conveniently
agenix = {
url = "github:ryantm/agenix";
@ -129,6 +119,10 @@
modules = [ ./hosts/igor ];
};
homeConfigurations."alex@dregil" = home-manager.lib.homeManagerConfiguration {
};
nixOnDroidConfigurations.default =
with inputs;
nix-on-droid.lib.nixOnDroidConfiguration {