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";
|
||||
|
|
|
|||
|
|
@ -25,22 +25,23 @@
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# necessary to make the camera not look like the sun
|
||||
cameractrls
|
||||
# for key replacement macros
|
||||
xautomation
|
||||
cameractrls # necessary to make the camera not look like the sun
|
||||
xautomation # for key replacement macros
|
||||
];
|
||||
|
||||
home-manager.users.wo2w =
|
||||
let
|
||||
ifHomeProgramEnable =
|
||||
name:
|
||||
if config.programs.${name}.enable then true else false;
|
||||
in {
|
||||
home-manager.users.wo2w = {
|
||||
imports = [
|
||||
../../modules/home
|
||||
];
|
||||
|
||||
programs.btop = {
|
||||
package = pkgs.btop-cuda;
|
||||
settings = {
|
||||
shown_boxes = "cpu mem net proc gpu0";
|
||||
custom_cpu_name = "Core i7-8750H";
|
||||
};
|
||||
};
|
||||
|
||||
home.file = {
|
||||
# yubikey config
|
||||
".config/Yubico/u2f_keys".text = "wo2w:aKYaBOjCImRE58XcYJCqxpY0vABEIYWbk2Lvx4UqnN3M/A1uyr3boV4FZLkfxUwmlfBdMDm4caSaX1/SrNoNgw==,zruscj30G6zEt8xmlvTXBBEKIzg+fPCSq/FvhZO3X0HyP2uBLsWSXqCyRKXM8H9F/GJwJWBpyoHj/dhkxj7eZg==,es256,+presence";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue