add firefox configuration for de2, switch from gnome-music to rhythmbox in de2
This commit is contained in:
parent
af62288e3c
commit
7bed334ae1
4 changed files with 105 additions and 17 deletions
|
@ -46,6 +46,10 @@
|
|||
url = "github:makuto/auto-base16-theme";
|
||||
flake = false;
|
||||
};
|
||||
simplefox = {
|
||||
url = "github:migueravila/SimpleFox";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }@inputs: {
|
||||
|
@ -67,7 +71,7 @@
|
|||
gaming = import ./home-manager/modules/gaming.nix inputs;
|
||||
gamerenv = import ./home-manager/modules/gamerenv.nix;
|
||||
mopidy = import ./home-manager/modules/mopidy.nix;
|
||||
de2u = import ./home-manager/modules/de2u.nix;
|
||||
de2u = import ./home-manager/modules/de2u.nix inputs;
|
||||
all = import ./home-manager/modules/default.nix inputs;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue