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

View File

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

View File

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