Add ssh and git configuration
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
{ pkgs, lib, ... }:
|
||||
let
|
||||
profile = import ../profile.nix;
|
||||
profile = import ../profile.nix;
|
||||
in
|
||||
{
|
||||
|
||||
imports = [
|
||||
./file-system.nix
|
||||
./media.nix
|
||||
];
|
||||
imports = [
|
||||
./file-system.nix
|
||||
./media.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
gnumake
|
||||
python3
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
gnumake
|
||||
python3
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
#services.udisks2.enable = true;
|
||||
#services.gvfs.enable = true;
|
||||
#services.udisks2.enable = true;
|
||||
#services.gvfs.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nextcloud-client
|
||||
unzip
|
||||
deja-dup
|
||||
gnutar
|
||||
xz
|
||||
gzip
|
||||
gz-utils
|
||||
file
|
||||
fileinfo
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
nextcloud-client
|
||||
unzip
|
||||
deja-dup
|
||||
gnutar
|
||||
xz
|
||||
gzip
|
||||
gz-utils
|
||||
file
|
||||
fileinfo
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
home.packages = with pkgs; [
|
||||
calibre
|
||||
kdePackages.okular
|
||||
vlc
|
||||
totem
|
||||
w3m
|
||||
epr
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
calibre
|
||||
kdePackages.okular
|
||||
vlc
|
||||
totem
|
||||
w3m
|
||||
epr
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{ pkgs, lib, ... }:
|
||||
let
|
||||
profile = import ../profile.nix;
|
||||
profile = import ../profile.nix;
|
||||
in
|
||||
{
|
||||
|
||||
imports = [ ];
|
||||
imports = [ ];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
seahorse
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
seahorse
|
||||
];
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
security.pam.services.login.enableGnomeKeyring = true;
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
security.pam.services.login.enableGnomeKeyring = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user