Update home-manager
This commit is contained in:
parent
012a2b9764
commit
c504a84f6c
2 changed files with 7 additions and 8 deletions
|
@ -138,16 +138,15 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1682359666,
|
||||
"lastModified": 1682419509,
|
||||
"narHash": "sha256-+/HI3RbJcEKQ5+55dECzh8geginsbabsA0R3ORKi2Us=",
|
||||
"owner": "eboskma",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "e12d862fb83b19f26a0286f932363f552a9e126f",
|
||||
"rev": "6142193635ecdafb9a231bd7d1880b9b7b210d19",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "eboskma",
|
||||
"ref": "atuin-flags-nushell",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -9,12 +9,12 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
dialect = "uk";
|
||||
flags = [
|
||||
"--disable-up-arrow"
|
||||
];
|
||||
|
||||
settings = {
|
||||
dialect = "uk";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue