dregil: Use gnome for now by default
This commit is contained in:
parent
2e7fa6eb14
commit
efa99d6331
6 changed files with 26 additions and 31 deletions
14
flake.nix
14
flake.nix
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue