polkit and tidy sessions

This commit is contained in:
tristan 2023-05-05 08:51:39 +01:00
parent de86eefa5e
commit 00d9145f7e
5 changed files with 31 additions and 10 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, user, name, ... }:
{ config, pkgs, user, name, lib, ... }:
# https://nix-community.github.io/home-manager/options.html
{
# don't change
@ -15,6 +15,11 @@
handbrake
monero-gui
xmrig
#gamer
airshipper
minetest
(pkgs.writeShellScriptBin "my-editor" ''
codium $@
'')
@ -84,5 +89,4 @@
bind = SUPER, E, exec, foot -e aerc
'';
};
}

View file

@ -15,7 +15,7 @@
networking.firewall.checkReversePath = "loose";
system.stateVersion = "22.11"; # do not change
virtualisation = {
podman = {
enable = true;
@ -28,7 +28,7 @@
"steam-run"
"steam-original"
];
programs.steam = {
enable = true;
remotePlay.openFirewall = true;