mirror of
https://github.com/kmein/niveum
synced 2026-03-21 20:31:07 +01:00
Small changes
+ sudo: password feedback ~ xresources: syntax
This commit is contained in:
@@ -35,7 +35,10 @@ in {
|
|||||||
drivers = [ pkgs.hplipWithPlugin ];
|
drivers = [ pkgs.hplipWithPlugin ];
|
||||||
};
|
};
|
||||||
|
|
||||||
security.sudo.enable = true;
|
security.sudo = {
|
||||||
|
enable = true;
|
||||||
|
extraConfig = "Defaults pwfeedback";
|
||||||
|
};
|
||||||
|
|
||||||
users.mutableUsers = false;
|
users.mutableUsers = false;
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
''
|
''
|
||||||
*XTerm.termName: xterm-256color
|
XTerm*termName: xterm-256color
|
||||||
*XTerm.vt100.locale: true
|
XTerm*locale: true
|
||||||
*XTerm.vt100.saveLines: 4096
|
XTerm*saveLines: 4096
|
||||||
*XTerm.vt100.geometry: 80x32
|
XTerm*geometry: 80x32
|
||||||
*XTerm.vt100.reverseVideo: true
|
XTerm*reverseVideo: true
|
||||||
*XTerm.vt100.faceName: Source Code Pro for Powerline:size=10:antialias=true
|
XTerm*faceName: Source Code Pro for Powerline:size=10:antialias=true
|
||||||
*XTerm.vt100.font: 7x13
|
XTerm*font: 7x13
|
||||||
*xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48
|
Xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48
|
||||||
*XTerm.vt100.translations: #override \n\
|
XTerm*translations: #override \n\
|
||||||
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
|
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
|
||||||
Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
|
Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
|
||||||
''
|
''
|
||||||
|
|||||||
Reference in New Issue
Block a user