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": {
|
||||
"lastModified": 1704383912,
|
||||
"narHash": "sha256-Be7O73qoOj/z+4ZCgizdLlu+5BkVvO2KO299goZ9cW8=",
|
||||
"lastModified": 1704358952,
|
||||
"narHash": "sha256-yazDFmdyKr0JGMqmzQ5bYOW5FWvau8oFvsQ8eSB2f3A=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "26b8adb300e50efceb51fff6859a1a6ba1ade4f7",
|
||||
"rev": "c36cb65c4a0ba17ab9262ab3c30920429348746c",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -345,11 +345,11 @@
|
|||
},
|
||||
"nixpkgs-stable": {
|
||||
"locked": {
|
||||
"lastModified": 1704295289,
|
||||
"narHash": "sha256-9WZDRfpMqCYL6g/HNWVvXF0hxdaAgwgIGeLYiOhmes8=",
|
||||
"lastModified": 1704145853,
|
||||
"narHash": "sha256-G/1AMt9ibpeMlcxvD1vNaC8imGaK+g7zZ99e29BLgWw=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "b0b2c5445c64191fd8d0b31f2b1a34e45a64547d",
|
||||
"rev": "2d2ea8eab9e400618748ab1a6a108255233b602c",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -175,8 +175,6 @@ in
|
|||
|
||||
# meow
|
||||
oneko
|
||||
|
||||
plover.dev
|
||||
];
|
||||
xsession = {
|
||||
enable = true;
|
||||
|
|
|
@ -12,10 +12,6 @@
|
|||
pl = "pull";
|
||||
s = "status";
|
||||
};
|
||||
signing = {
|
||||
key = "97BE CCA7 92F4 B2BD F149 F524 DFD0 FD20 5943 C14A";
|
||||
signByDefault = true;
|
||||
};
|
||||
};
|
||||
programs.gitui = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue