Compare commits
4 commits
3d83a21fc0
...
9db38ab45e
Author | SHA1 | Date | |
---|---|---|---|
9db38ab45e | |||
a700dd3a73 | |||
aa65ddbdd6 | |||
8ad06905a5 |
3 changed files with 19 additions and 3 deletions
|
@ -95,7 +95,7 @@
|
|||
|
||||
users.users.${config'.username} = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" "libvirtd" ];
|
||||
extraGroups = [ "wheel" "networkmanager" "libvirtd" "video" ];
|
||||
};
|
||||
|
||||
environment = {
|
||||
|
@ -113,6 +113,11 @@
|
|||
};
|
||||
|
||||
hardware = {
|
||||
sensor.iio.enable = true;
|
||||
ipu6 = {
|
||||
enable = true;
|
||||
platform = "ipu6";
|
||||
};
|
||||
opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
|
@ -316,7 +321,6 @@
|
|||
};
|
||||
};
|
||||
services = {
|
||||
asusd.enable = true;
|
||||
dunst.enable = true;
|
||||
mpd.enable = true;
|
||||
greetd = {
|
||||
|
|
|
@ -199,7 +199,18 @@
|
|||
pciutils
|
||||
wvkbd
|
||||
clickclack
|
||||
xournalpp
|
||||
rnote
|
||||
(rot8.overrideAttrs {
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "jacekpoz";
|
||||
repo = "rot8";
|
||||
rev = "1fb0c310589b18c2e10a82d0930d449c7e00ad18";
|
||||
hash = "sha256-rjnTBR7OZo2H2Q11UGezebBUW6D0gvuEChnBhVLND30=";
|
||||
};
|
||||
})
|
||||
inxi
|
||||
pcsc-tools
|
||||
libnfc
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -385,6 +385,7 @@ in {
|
|||
# TODO do these do anything anymore
|
||||
"${pkgs.systemd}/bin/systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||
"${pkgs.dbus}/bin/dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=$XDG_CURRENT_DESKTOP"
|
||||
"rot8"
|
||||
];
|
||||
|
||||
exec = [
|
||||
|
|
Loading…
Reference in a new issue