mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
rainbow-planet works
This commit is contained in:
parent
cf3f5e67a5
commit
ccd6bbae07
6 changed files with 61 additions and 51 deletions
|
|
@ -64,6 +64,8 @@
|
|||
};
|
||||
hyprland.enable = true;
|
||||
|
||||
ssh.askPassword = "ssh-askpass";
|
||||
|
||||
# common programs that really should be in another file
|
||||
# required for setting to be picked up by xfce4-terminal
|
||||
xfconf.enable = true;
|
||||
|
|
@ -71,6 +73,7 @@
|
|||
|
||||
services = {
|
||||
boinc.enable = true;
|
||||
desktopManager.plasma6.enable = true;
|
||||
fwupd.enable = true;
|
||||
gnome.gnome-keyring.enable = true; # Provides secret storage
|
||||
gvfs.enable = true; # Used by Nautilus
|
||||
|
|
@ -85,12 +88,15 @@
|
|||
];
|
||||
useRoutingFeatures = "client";
|
||||
};
|
||||
thermald.enable = true;
|
||||
xserver = {
|
||||
enable = true; # Enable the X11 windowing system.
|
||||
|
||||
# Configure keymap in X11
|
||||
layout = "us";
|
||||
xkbVariant = "";
|
||||
xkb = {
|
||||
layout = "us";
|
||||
variant = "";
|
||||
};
|
||||
|
||||
displayManager = {
|
||||
gdm = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue