Compare commits

...

4 commits

Author SHA1 Message Date
9db38ab45e
remove asusd on del 2024-02-21 19:04:10 +01:00
a700dd3a73
iio and ipu6 on del 2024-02-21 19:03:55 +01:00
aa65ddbdd6
add myself to the video group on del 2024-02-21 19:03:42 +01:00
8ad06905a5
add some programs :3 2024-02-21 19:03:17 +01:00
3 changed files with 19 additions and 3 deletions

View file

@ -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 = {

View file

@ -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
];
};
}

View file

@ -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 = [