mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Merge pull request #460 from genebean/rp
Some simple changes on rainbow-planet
This commit is contained in:
commit
f77df80fc6
2 changed files with 3 additions and 3 deletions
|
|
@ -125,7 +125,7 @@
|
|||
inherit system;
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [ "olm-3.2.16" "electron-21.4.4" ];
|
||||
permittedInsecurePackages = [ "olm-3.2.16" "electron-27.3.11" ];
|
||||
};
|
||||
overlays = [ nixpkgs-terraform.overlays.default ];
|
||||
};
|
||||
|
|
@ -253,7 +253,7 @@
|
|||
hostname = "rainbow-planet";
|
||||
username = "gene";
|
||||
additionalModules = [
|
||||
nixos-cosmic.nixosModules.default
|
||||
#nixos-cosmic.nixosModules.default
|
||||
nixos-hardware.nixosModules.dell-xps-13-9360
|
||||
];
|
||||
additionalSpecialArgs = {};
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
services = {
|
||||
boinc.enable = true;
|
||||
dbus.implementation = "broker";
|
||||
desktopManager.cosmic.enable = true;
|
||||
#desktopManager.cosmic.enable = true;
|
||||
desktopManager.plasma6.enable = true;
|
||||
displayManager.sddm = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue