sway: polkit-gnome

This commit is contained in:
Daniel Meiburg 2023-11-23 20:58:26 +01:00
parent f6c2c9084e
commit f8a8f6dee6
Signed by: dm
GPG Key ID: E5827ECFFE0AA4F2
4 changed files with 17 additions and 8 deletions

@ -1 +1 @@
Subproject commit ffbac0e7b4a8b3d9e5e059564d79c4337f496c11
Subproject commit ea8b60f8bc7398661990063b8b723ee2f5a6a924

View File

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1697323135,
"narHash": "sha256-tlAv11c0NIRTk2IzpFxYknHrveeFXojVyCTAMg749Zg=",
"lastModified": 1700695018,
"narHash": "sha256-MAiPLgBF4GLzSOlhnPCDWkWW5CDx4i7ApIYaR+TwTVg=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "d4a5076ea8c2c063c45e0165f9f75f69ef583e20",
"rev": "134deb46abd5d0889d913b8509413f6f38b0811e",
"type": "github"
},
"original": {
@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1697059129,
"narHash": "sha256-9NJcFF9CEYPvHJ5ckE8kvINvI84SZZ87PvqMbH6pro0=",
"lastModified": 1700390070,
"narHash": "sha256-de9KYi8rSJpqvBfNwscWdalIJXPo8NjdIZcEJum1mH0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5e4c2ada4fcd54b99d56d7bd62f384511a7e2593",
"rev": "e4ad989506ec7d71f7302cc3067abd82730a4beb",
"type": "github"
},
"original": {

View File

@ -27,14 +27,16 @@
networkmanagerapplet
nmap
nnn
#nodejs
nodejs
obsidian
pass
polkit_gnome
pavucontrol
pinentry-qt
pulseaudio
pv
rawtherapee
rpi-imager
ripgrep
swaybg
swaylock

View File

@ -1,6 +1,10 @@
{ config, pkgs, ... }:
{
nixpkgs.config.permittedInsecurePackages = [
"zotero-6.0.27"
];
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
@ -39,6 +43,9 @@
security.polkit.enable = true;
hardware.bluetooth.enable = true;
services.blueman.enable = true;
# Enable sound with pipewire.
sound.enable = true;
hardware.pulseaudio.enable = false;