This commit is contained in:
Lukas Wurzinger 2024-02-21 21:19:00 +01:00
parent d8f7db017a
commit 13fab45975
3 changed files with 4 additions and 16 deletions

View file

@ -27,6 +27,7 @@
environment = {
systemPackages = [
pkgs.discover
pkgs.kate
pkgs.sddm-kcm
];
sessionVariables = {

View file

@ -212,11 +212,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1708118438,
"narHash": "sha256-kk9/0nuVgA220FcqH/D2xaN6uGyHp/zoxPNUmPCMmEE=",
"lastModified": 1708475490,
"narHash": "sha256-g1v0TsWBQPX97ziznfJdWhgMyMGtoBFs102xSYO4syU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5863c27340ba4de8f83e7e3c023b9599c3cb3c80",
"rev": "0e74ca98a74bc7270d28838369593635a5db3260",
"type": "github"
},
"original": {

View file

@ -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