mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
Move files
This commit is contained in:
parent
910b84667f
commit
6e79433ebc
4 changed files with 0 additions and 0 deletions
20
pantheon.nix
20
pantheon.nix
|
@ -1,20 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Desktop
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
desktopManager.pantheon.enable = true;
|
||||
};
|
||||
|
||||
# Remove Pantheon packages
|
||||
environment.pantheon.excludePackages = (with pkgs; [
|
||||
pantheon.appcenter # AppCenter as it can't be used on NixOS
|
||||
]);
|
||||
|
||||
# Hacks
|
||||
systemd.extraConfig = ''
|
||||
DefaultTimeoutStopSec=10s
|
||||
DefaultTimeoutStartSec=10s
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue