File tree Expand file tree Collapse file tree 6 files changed +4
-207
lines changed
Expand file tree Collapse file tree 6 files changed +4
-207
lines changed Original file line number Diff line number Diff line change 11{
22 pkgs ,
3- config ,
43 ...
54} : {
65 programs . password-store = {
1110 package = pkgs . pass . withExtensions ( p : [ p . pass-otp ] ) ;
1211 } ;
1312
14- services . pass-secret-service = {
15- enable = true ;
16- extraArgs = [ "-e${ config . programs . password-store . package } /bin/pass" ] ;
17- } ;
18-
1913 home . persistence = {
2014 "/persist" . directories = [ ".password-store" ] ;
2115 } ;
Original file line number Diff line number Diff line change 44 programs . oama = {
55 enable = true ;
66 settings = {
7- encryption . tag = "KEYRING" ;
7+ encryption = {
8+ tag = "GPG" ;
9+ contents = "hi@m7.rs" ;
10+ } ;
811 services . google = {
912 client_id_cmd = "${ pass } oama/google_client_id | head -1" ;
1013 client_secret_cmd = "${ pass } oama/google_client_secret | head -1" ;
Original file line number Diff line number Diff line change 22 fonts = import ./fonts.nix ;
33 monitors = import ./monitors.nix ;
44 oama = import ./oama.nix ;
5- pass-secret-service = import ./pass-secret-service.nix ;
65 wallpaper = import ./wallpaper.nix ;
76 xpo = import ./xpo.nix ;
87 colors = import ./colors.nix ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4646 ] ;
4747 } ;
4848
49- # https://github.com/mdellweg/pass_secret_service/pull/37
50- pass-secret-service = addPatches prev . pass-secret-service [ ./pass-secret-service-native.diff ] ;
51-
5249 qutebrowser = prev . qutebrowser . overrideAttrs ( oldAttrs : {
5350 preFixup =
5451 oldAttrs . preFixup
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments