Set core.editor to vi; add Plasma wallpaper option; persist /etc
This commit is contained in:
parent
15769eda74
commit
f5595cad1a
6 changed files with 36 additions and 13 deletions
16
hosts/juni/flake.lock
generated
16
hosts/juni/flake.lock
generated
|
|
@ -39,11 +39,11 @@
|
|||
"common": {
|
||||
"locked": {
|
||||
"dir": "flakes/common",
|
||||
"lastModified": 1768000280,
|
||||
"narHash": "sha256-JegPSldfsBcANqnV53mEAQOx/Fv22hUd0G2VTZGUR8Y=",
|
||||
"lastModified": 1768255305,
|
||||
"narHash": "sha256-XcXl5M0WNYhCCqE9qc9Aj2/2Jb/T0NHZnu2ZuVBvlHw=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "a4e2cc00d86d2f3401918cfdf9f0643939871a42",
|
||||
"revCount": 1115,
|
||||
"rev": "15769eda748f6fcc6fdab04f79f14ed9b1ffc548",
|
||||
"revCount": 1125,
|
||||
"type": "git",
|
||||
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
||||
},
|
||||
|
|
@ -59,11 +59,11 @@
|
|||
},
|
||||
"locked": {
|
||||
"dir": "flakes/de_plasma",
|
||||
"lastModified": 1768000280,
|
||||
"narHash": "sha256-JegPSldfsBcANqnV53mEAQOx/Fv22hUd0G2VTZGUR8Y=",
|
||||
"lastModified": 1768255305,
|
||||
"narHash": "sha256-XcXl5M0WNYhCCqE9qc9Aj2/2Jb/T0NHZnu2ZuVBvlHw=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "a4e2cc00d86d2f3401918cfdf9f0643939871a42",
|
||||
"revCount": 1115,
|
||||
"rev": "15769eda748f6fcc6fdab04f79f14ed9b1ffc548",
|
||||
"revCount": 1125,
|
||||
"type": "git",
|
||||
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -62,6 +62,10 @@
|
|||
enable = true;
|
||||
gpu.intel.enable = true;
|
||||
sddm.autologinUser = "josh";
|
||||
wallpapers = [
|
||||
../../_shared_assets/wallpapers/pixel_neon.png
|
||||
../../_shared_assets/wallpapers/pixel_neon_v.png
|
||||
];
|
||||
};
|
||||
})
|
||||
inputs.common.nixosModules.jetbrains_font
|
||||
|
|
|
|||
|
|
@ -32,6 +32,9 @@
|
|||
files = [
|
||||
"/machine-key.json"
|
||||
"/etc/machine-id"
|
||||
"/etc/localtime"
|
||||
"/etc/timezone"
|
||||
"/etc/adjtime"
|
||||
# NOTE: if you want mutable passwords across reboots, persist these,
|
||||
# but you must do a one-time migration (see notes in chat).
|
||||
# "/etc/shadow"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue