mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
initial halfway working config
This commit is contained in:
parent
d0371f85b3
commit
c59157a753
8 changed files with 301 additions and 22 deletions
|
@ -8,9 +8,10 @@
|
|||
./hardware-configuration.nix
|
||||
./modules/autorandr
|
||||
./modules/networks
|
||||
./modules/lightdm
|
||||
#./modules/lightdm
|
||||
#./modules/gdm
|
||||
../../shared/vim.nix
|
||||
../../shared/input.nix
|
||||
#../../shared/input.nix
|
||||
../../shared/sops.nix
|
||||
../../shared/gpg.nix
|
||||
../../shared/zsh-fix.nix
|
||||
|
@ -29,9 +30,9 @@
|
|||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager = {
|
||||
defaultSession = "none+awesome";
|
||||
};
|
||||
#displayManager = {
|
||||
#defaultSession = "none+awesome";
|
||||
#};
|
||||
windowManager.awesome = {
|
||||
enable = true;
|
||||
luaModules = with pkgs.luaPackages; [
|
||||
|
|
6
hosts/thinkpad/modules/gdm/default.nix
Normal file
6
hosts/thinkpad/modules/gdm/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.xserver.displayManager.gdm = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue