desktop: move to nheko with gnome-keyring
This commit is contained in:
parent
687fd92a94
commit
2a3079f35e
@ -47,6 +47,7 @@
|
||||
};
|
||||
|
||||
security = {
|
||||
pam.services.login.enableGnomeKeyring = true;
|
||||
rtkit.enable = true;
|
||||
pki.certificateFiles = [
|
||||
./rootCA.pem
|
||||
@ -187,6 +188,9 @@
|
||||
'';
|
||||
};
|
||||
nixpkgs.config.allowUnfree = true; # Allow proprietary software.
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"olm-3.2.16"
|
||||
];
|
||||
|
||||
system = { # NixOS settings
|
||||
autoUpgrade = { # Allow auto update
|
||||
|
@ -57,7 +57,7 @@
|
||||
environment = {
|
||||
systemPackages = [
|
||||
pkgs.linux-firmware
|
||||
pkgs-kabbone.corosync-qdevice
|
||||
#pkgs-kabbone.corosync-qdevice
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -30,7 +30,6 @@
|
||||
thunderbird
|
||||
streamlink
|
||||
streamlink-twitch-gui-bin
|
||||
element-desktop
|
||||
#nheko
|
||||
pulsemixer
|
||||
#yubioath-flutter
|
||||
|
@ -64,6 +64,7 @@
|
||||
vimiv-qt
|
||||
freecad
|
||||
discord
|
||||
nheko
|
||||
|
||||
# Fileanagement
|
||||
kdePackages.ark
|
||||
|
@ -30,7 +30,6 @@
|
||||
thunderbird
|
||||
streamlink
|
||||
streamlink-twitch-gui-bin
|
||||
element-desktop
|
||||
intel-gpu-tools
|
||||
pulsemixer
|
||||
|
||||
|
@ -35,7 +35,6 @@
|
||||
thunderbird
|
||||
streamlink
|
||||
streamlink-twitch-gui-bin
|
||||
element-desktop
|
||||
pulsemixer
|
||||
#yuzu-early-access
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
#./udiskie.nix
|
||||
#./redshift.nix
|
||||
./kanshi.nix
|
||||
./keyring.nix
|
||||
]
|
||||
|
||||
# picom, polybar and sxhkd are pulled from desktop module
|
||||
|
14
modules/services/keyring.nix
Normal file
14
modules/services/keyring.nix
Normal file
@ -0,0 +1,14 @@
|
||||
#
|
||||
# Screenshots
|
||||
#
|
||||
|
||||
{ pkgs, user, ... }:
|
||||
|
||||
{
|
||||
services = { # sxhkd shortcut = Printscreen button (Print)
|
||||
gnome-keyring = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [ gcr seahorse ];
|
||||
}
|
@ -95,7 +95,7 @@
|
||||
#{ command = "exec ${pkgs.networkmanagerapplet}/bin/nm-applet --indicator"; }
|
||||
{ command = "${pkgs.thunderbird}/bin/thunderbird"; }
|
||||
{ command = "${pkgs.firefox}/bin/firefox"; }
|
||||
{ command = "${pkgs.element-desktop}/bin/element-desktop"; }
|
||||
{ command = "${pkgs.nheko}/bin/nheko"; }
|
||||
];
|
||||
|
||||
workspaceAutoBackAndForth = true;
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
corosync-qdevice = pkgs.callPackage ./corosync-qdevice.nix {};
|
||||
# corosync-qdevice = pkgs.callPackage ./corosync-qdevice.nix {};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user