:3
This commit is contained in:
parent
7a3cb17da5
commit
e1c8f30eb3
|
@ -155,11 +155,13 @@ in {
|
|||
cifs-utils
|
||||
ffmpeg
|
||||
pulsemixer
|
||||
xorg.xhost
|
||||
swaybg
|
||||
swww
|
||||
python3
|
||||
python311Packages.pip
|
||||
python311Packages.pygobject3
|
||||
gparted
|
||||
libsForQt5.kamoso
|
||||
zoom-us
|
||||
gcc
|
||||
|
@ -185,6 +187,8 @@ in {
|
|||
(epsonscan2.override { withNonFreePlugins = true; })
|
||||
];
|
||||
|
||||
security.polkit.enable = true;
|
||||
|
||||
environment.variables = {
|
||||
LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [
|
||||
fontconfig
|
||||
|
@ -219,6 +223,19 @@ in {
|
|||
pulse.enable = true;
|
||||
};
|
||||
|
||||
security.sudo.extraRules = [
|
||||
{ groups = [ "wheel" ]; commands = [
|
||||
{
|
||||
command = "/run/current-system/sw/bin/wg-quick";
|
||||
options = [ "NOPASSWD" ];
|
||||
}
|
||||
{
|
||||
command = "/run/current-system/sw/bin/wg";
|
||||
options = [ "NOPASSWD" ];
|
||||
}
|
||||
]; }
|
||||
];
|
||||
|
||||
environment.etc = {
|
||||
"wireplumber/bluetooth.lua.d/51-bluez-config.lua".text = ''
|
||||
bluez_monitor.properties = {
|
||||
|
|
|
@ -7,6 +7,7 @@ xwayland {
|
|||
source=~/.config/local/display.conf
|
||||
exec-once = waybar & waypaper --restore
|
||||
exec-once = mako
|
||||
exec-once = xhost +local:
|
||||
|
||||
input {
|
||||
kb_layout = se
|
||||
|
|
5
home-modules/fll.nix
Normal file
5
home-modules/fll.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ...}:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ leocad ];
|
||||
}
|
5
home-modules/schildichat.nix
Normal file
5
home-modules/schildichat.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
}
|
Loading…
Reference in a new issue