remove all default packages,
add btop configs, update ssh local ips, add multiple programs to niri config and add more keybinds
This commit is contained in:
parent
3fa1c97cc8
commit
a1196deb25
8 changed files with 191 additions and 47 deletions
|
|
@ -17,6 +17,15 @@
|
|||
../../modules/home
|
||||
];
|
||||
|
||||
programs.btop = {
|
||||
package = pkgs.btop-rocm;
|
||||
settings = {
|
||||
shown_boxes = "cpu mem net proc gpu0";
|
||||
custom_cpu_name = "Core i5-12400F";
|
||||
custom_gpu_name0 = "RX 6700 XT";
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".config/Yubico/u2f_keys".text = "wo2w:z53Q2IqyzYjUP22RRDsf+vfD9x+AJ1ymrOFslox0IeqHCHC5JecjjtQFGYwUPkP7KG7sEQ52ZG4ZhXxSg8/UZw==,8CnIjGYN5vD+jDyk4I4HQzUDJ5eMjcZ+s2209O76u/gynbPKAXX+U7/vrWHNqKz6YqHCpvD9KpJlLbzNh/xJJg==,es256,+presence";
|
||||
|
||||
home.stateVersion = "25.05";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue