resturcting of nixos 1
This commit is contained in:
1
nixos/services/blueman.nix
Normal file
1
nixos/services/blueman.nix
Normal file
@@ -0,0 +1 @@
|
||||
{services.blueman.enable = true;}
|
||||
@@ -6,13 +6,4 @@
|
||||
./openssh.nix
|
||||
./mullvad.nix
|
||||
];
|
||||
services = {
|
||||
dbus.packages = with pkgs; [
|
||||
gcr
|
||||
];
|
||||
udisks2.enable = true;
|
||||
gvfs.enable = true;
|
||||
blueman.enable = true;
|
||||
gnome.gnome-keyring.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
7
nixos/services/dbus.nix
Normal file
7
nixos/services/dbus.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
services = {
|
||||
dbus.packages = with pkgs; [
|
||||
gcr
|
||||
];
|
||||
};
|
||||
}
|
||||
1
nixos/services/gnome-keyring.nix
Normal file
1
nixos/services/gnome-keyring.nix
Normal file
@@ -0,0 +1 @@
|
||||
{services.gnome.gnome-keyring.enable = true;}
|
||||
1
nixos/services/gvfs.nix
Normal file
1
nixos/services/gvfs.nix
Normal file
@@ -0,0 +1 @@
|
||||
{services.gvfs.enable = true;}
|
||||
1
nixos/services/udisks.nix
Normal file
1
nixos/services/udisks.nix
Normal file
@@ -0,0 +1 @@
|
||||
{services.udisks2.enable = true;}
|
||||
Reference in New Issue
Block a user