got it working even more
This commit is contained in:
parent
7686df76ed
commit
c2cda08d69
21 changed files with 469 additions and 222 deletions
|
|
@ -1,18 +1,22 @@
|
|||
{ config, pkgs, lib, ...}:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
services = {
|
||||
xserver = {
|
||||
xkb = {
|
||||
layout = "de";
|
||||
variant = "";
|
||||
};
|
||||
};
|
||||
displayManager.gdm = {
|
||||
enable = true;
|
||||
wayland = true;
|
||||
autoSuspend = false;
|
||||
};
|
||||
};
|
||||
layout = "de";
|
||||
variant = "";
|
||||
};
|
||||
};
|
||||
displayManager.gdm = {
|
||||
enable = true;
|
||||
wayland = true;
|
||||
autoSuspend = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -21,11 +21,3 @@
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -3,13 +3,8 @@
|
|||
{
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
fish
|
||||
coreutils
|
||||
];
|
||||
};
|
||||
# programs = {
|
||||
# fish = {
|
||||
# enable = true;
|
||||
# };
|
||||
# };
|
||||
programs.fish.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue