Compare commits
No commits in common. "261e1f44842e5ac1391004d265c374a9c1ccdbee" and "33791dc3ed3c71344e4148ce653cf55e0e52f333" have entirely different histories.
261e1f4484
...
33791dc3ed
3 changed files with 7 additions and 9 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -7,11 +7,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1688409282,
|
||||
"narHash": "sha256-nnVCN5QiZ5+DEc70PRQLEcxqlxtsmeBU1BnpsRPUJlA=",
|
||||
"lastModified": 1686922395,
|
||||
"narHash": "sha256-ysevinohPxdKp0RXyhDRsz1/vh1eXazg4AWp0n5X/U4=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "c24deeca64538dcbc589ed8da9146e4ca9eb85b7",
|
||||
"rev": "9ba7b3990eb1f4782ea3f5fe7ac4f3c88dd7a32c",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -22,11 +22,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1688231357,
|
||||
"narHash": "sha256-ZOn16X5jZ6X5ror58gOJAxPfFLAQhZJ6nOUeS4tfFwo=",
|
||||
"lastModified": 1686869522,
|
||||
"narHash": "sha256-tbJ9B8WLCTnVP/LwESRlg0dII6Zyg2LmUU/mB9Lu98E=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "645ff62e09d294a30de823cb568e9c6d68e92606",
|
||||
"rev": "7c67f006ea0e7d0265f16d7df07cc076fdffd91f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
# Applications
|
||||
anki-bin
|
||||
discord
|
||||
elementary-planner
|
||||
gimp
|
||||
krita
|
||||
inkscape
|
||||
|
|
|
@ -80,9 +80,6 @@ in
|
|||
home = {
|
||||
username = "${user}";
|
||||
homeDirectory = "/home/${user}";
|
||||
sessionVariables = {
|
||||
CARGO_TARGET_DIR = "$HOME/.target/";
|
||||
};
|
||||
|
||||
stateVersion = "22.05";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue