gnome 3.16 is default now; no longer need to override
This commit is contained in:
parent
d7b5e08723
commit
7c8a0d01b0
@ -10,11 +10,6 @@
|
|||||||
gnome3.libgweather
|
gnome3.libgweather
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.gnome3.packageSet = pkgs.gnome3_16;
|
|
||||||
nixpkgs.config.packageOverrides = pkgs: rec {
|
|
||||||
gnome3 = pkgs.gnome3_16;
|
|
||||||
};
|
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
fonts = with pkgs; [
|
fonts = with pkgs; [
|
||||||
inconsolata
|
inconsolata
|
||||||
|
5
i3.nix
5
i3.nix
@ -21,11 +21,6 @@
|
|||||||
xlibs.xbacklight
|
xlibs.xbacklight
|
||||||
] ++ gnome3.corePackages;
|
] ++ gnome3.corePackages;
|
||||||
|
|
||||||
environment.gnome3.packageSet = pkgs.gnome3_16;
|
|
||||||
nixpkgs.config.packageOverrides = pkgs: rec {
|
|
||||||
gnome3 = pkgs.gnome3_16;
|
|
||||||
};
|
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
fonts = with pkgs; [
|
fonts = with pkgs; [
|
||||||
inconsolata
|
inconsolata
|
||||||
|
@ -37,4 +37,6 @@
|
|||||||
networking.hostName = "theba"; # Define your hostname.
|
networking.hostName = "theba"; # Define your hostname.
|
||||||
networking.hostId = "b29b900f";
|
networking.hostId = "b29b900f";
|
||||||
|
|
||||||
|
services.colord.enable = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user