Compare commits
No commits in common. "fb8515226bb99e17f41ce07ecc07c0e3bede50fc" and "5ef43a848fdca2d33a54872fc0e2c872f9658856" have entirely different histories.
fb8515226b
...
5ef43a848f
3 changed files with 6 additions and 12 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -190,11 +190,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1704383912,
|
"lastModified": 1704358952,
|
||||||
"narHash": "sha256-Be7O73qoOj/z+4ZCgizdLlu+5BkVvO2KO299goZ9cW8=",
|
"narHash": "sha256-yazDFmdyKr0JGMqmzQ5bYOW5FWvau8oFvsQ8eSB2f3A=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "26b8adb300e50efceb51fff6859a1a6ba1ade4f7",
|
"rev": "c36cb65c4a0ba17ab9262ab3c30920429348746c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -345,11 +345,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-stable": {
|
"nixpkgs-stable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1704295289,
|
"lastModified": 1704145853,
|
||||||
"narHash": "sha256-9WZDRfpMqCYL6g/HNWVvXF0hxdaAgwgIGeLYiOhmes8=",
|
"narHash": "sha256-G/1AMt9ibpeMlcxvD1vNaC8imGaK+g7zZ99e29BLgWw=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "b0b2c5445c64191fd8d0b31f2b1a34e45a64547d",
|
"rev": "2d2ea8eab9e400618748ab1a6a108255233b602c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -175,8 +175,6 @@ in
|
||||||
|
|
||||||
# meow
|
# meow
|
||||||
oneko
|
oneko
|
||||||
|
|
||||||
plover.dev
|
|
||||||
];
|
];
|
||||||
xsession = {
|
xsession = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -12,10 +12,6 @@
|
||||||
pl = "pull";
|
pl = "pull";
|
||||||
s = "status";
|
s = "status";
|
||||||
};
|
};
|
||||||
signing = {
|
|
||||||
key = "97BE CCA7 92F4 B2BD F149 F524 DFD0 FD20 5943 C14A";
|
|
||||||
signByDefault = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
programs.gitui = {
|
programs.gitui = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue