changes
This commit is contained in:
parent
d8f7db017a
commit
13fab45975
|
@ -27,6 +27,7 @@
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = [
|
systemPackages = [
|
||||||
pkgs.discover
|
pkgs.discover
|
||||||
|
pkgs.kate
|
||||||
pkgs.sddm-kcm
|
pkgs.sddm-kcm
|
||||||
];
|
];
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
|
|
|
@ -212,11 +212,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_3": {
|
"nixpkgs_3": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1708118438,
|
"lastModified": 1708475490,
|
||||||
"narHash": "sha256-kk9/0nuVgA220FcqH/D2xaN6uGyHp/zoxPNUmPCMmEE=",
|
"narHash": "sha256-g1v0TsWBQPX97ziznfJdWhgMyMGtoBFs102xSYO4syU=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "5863c27340ba4de8f83e7e3c023b9599c3cb3c80",
|
"rev": "0e74ca98a74bc7270d28838369593635a5db3260",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
set editing-mode vi
|
|
||||||
set completion-ignore-case on
|
|
||||||
set enable-bracketed-paste on
|
|
||||||
|
|
||||||
$if mode=vi
|
|
||||||
set show-mode-in-prompt on
|
|
||||||
set keymap vi-command
|
|
||||||
Control-l: clear-screen
|
|
||||||
Control-a: beginning-of-line
|
|
||||||
set keymap vi-insert
|
|
||||||
Control-l: clear-screen
|
|
||||||
Control-a: beginning-of-line
|
|
||||||
$endif
|
|
Loading…
Reference in a new issue