less common packages
This commit is contained in:
parent
c06d1c3138
commit
df3a6977fc
16
common.nix
16
common.nix
@ -65,22 +65,6 @@
|
||||
|
||||
# package list
|
||||
environment.systemPackages = with pkgs; [
|
||||
psmisc
|
||||
usbutils
|
||||
pciutils
|
||||
cpufrequtils
|
||||
intel-gpu-tools
|
||||
lshw
|
||||
|
||||
lsof
|
||||
bind
|
||||
file
|
||||
|
||||
iotop
|
||||
htop
|
||||
glances
|
||||
powertop
|
||||
|
||||
exfat
|
||||
|
||||
# to stop NixOS breaking
|
||||
|
@ -48,6 +48,20 @@ inputs: {
|
||||
jq
|
||||
ripgrep
|
||||
lsd
|
||||
|
||||
psmisc
|
||||
usbutils
|
||||
pciutils
|
||||
cpufrequtils
|
||||
lshw
|
||||
|
||||
lsof
|
||||
bind
|
||||
file
|
||||
|
||||
iotop
|
||||
htop
|
||||
powertop
|
||||
];
|
||||
|
||||
programs.starship = {
|
||||
|
@ -22,7 +22,7 @@ inputbar {
|
||||
}
|
||||
|
||||
textbox {
|
||||
padding: 4px 8px;
|
||||
padding: 4px 6px;
|
||||
background-color: @alternate-normal-background;
|
||||
}
|
||||
|
||||
|
@ -5,31 +5,4 @@
|
||||
...
|
||||
}: {
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home.packages = with pkgs; [zsh-powerlevel9k];
|
||||
|
||||
programs.htop = {
|
||||
enable = true;
|
||||
settings = {
|
||||
cpu_count_from_zero = true;
|
||||
delay = 10;
|
||||
fields = [
|
||||
"USER"
|
||||
"PRIORITY"
|
||||
"NICE"
|
||||
"M_RESIDENT"
|
||||
"PERCENT_MEM"
|
||||
"PERCENT_CPU"
|
||||
"TIME"
|
||||
"COMM"
|
||||
];
|
||||
left_meters = [
|
||||
"LeftCPUs"
|
||||
"Blank"
|
||||
"Memory"
|
||||
"Uptime"
|
||||
];
|
||||
right_meters = ["RightCPUs" "Blank" "CPU"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -5,6 +5,4 @@
|
||||
...
|
||||
}: {
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home.packages = with pkgs; [zsh-powerlevel9k];
|
||||
}
|
||||
|
@ -14,10 +14,8 @@ in {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
bat
|
||||
zsh-powerlevel9k
|
||||
fzf # also needed for fzf.vim
|
||||
xclip # needed for nvim
|
||||
nixpkgs-fmt
|
||||
fzf
|
||||
xclip
|
||||
alejandra
|
||||
];
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
# config for me
|
||||
users.users.glooder = {
|
||||
isNormalUser = true;
|
||||
useDefaultShell = true;
|
||||
|
@ -4,8 +4,6 @@
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
nix.trustedUsers = ["notgne2"];
|
||||
|
||||
users.users.notgne2 = {
|
||||
isNormalUser = true;
|
||||
home = "/home/notgne2";
|
||||
|
Loading…
Reference in New Issue
Block a user