Compare commits
No commits in common. "74dce71c437edc0fec30ae34c945d3366920f086" and "c0cdb3e29d626b4ab311f5a0f1057bdf466e935e" have entirely different histories.
74dce71c43
...
c0cdb3e29d
@ -62,10 +62,8 @@
|
|||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
filezilla
|
filezilla
|
||||||
wineWowPackages.unstable
|
wineStaging
|
||||||
(winetricks.override {
|
winetricks
|
||||||
wine = wineWowPackages.unstable;
|
|
||||||
})
|
|
||||||
qbittorrent
|
qbittorrent
|
||||||
transmission-remote-gtk
|
transmission-remote-gtk
|
||||||
appimage-run
|
appimage-run
|
||||||
@ -212,13 +210,6 @@
|
|||||||
value = "1048576";
|
value = "1048576";
|
||||||
}];
|
}];
|
||||||
|
|
||||||
services.redshift = {
|
|
||||||
enable = true;
|
|
||||||
latitude = "48.573406";
|
|
||||||
longitude = "7.752111";
|
|
||||||
temperature.night = 2700;
|
|
||||||
};
|
|
||||||
|
|
||||||
# This value determines the NixOS release with which your system is to be
|
# This value determines the NixOS release with which your system is to be
|
||||||
# compatible, in order to avoid breaking some software such as database
|
# compatible, in order to avoid breaking some software such as database
|
||||||
# servers. You should change this only after NixOS release notes say you
|
# servers. You should change this only after NixOS release notes say you
|
||||||
|
Loading…
Reference in New Issue
Block a user