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