mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-05 07:05:40 +01:00
Compare commits
6 commits
027207bcf3
...
b1133aabd9
| Author | SHA1 | Date | |
|---|---|---|---|
| b1133aabd9 | |||
| 71211c38da | |||
| a442e77e32 | |||
| 45cff61686 | |||
| bdb9c3669e | |||
| 9c56e49085 |
10 changed files with 442 additions and 435 deletions
|
|
@ -30,7 +30,8 @@
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.initrd.luks.devices."luks-root".device = "/dev/nvme0n1p3";
|
boot.initrd.luks.devices."luks-156453ac-bbad-452c-ad92-4fc569db9347".device =
|
||||||
|
"/dev/disk/by-uuid/156453ac-bbad-452c-ad92-4fc569db9347";
|
||||||
|
|
||||||
fileSystems."/boot" = {
|
fileSystems."/boot" = {
|
||||||
device = "/dev/disk/by-uuid/0EFD-4B3F";
|
device = "/dev/disk/by-uuid/0EFD-4B3F";
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,8 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget
|
wget
|
||||||
git
|
git
|
||||||
|
dig
|
||||||
|
traceroute
|
||||||
# agenix.packages.x86_64-linux.default
|
# agenix.packages.x86_64-linux.default
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fonts.fontconfig.antialias = false;
|
||||||
|
|
||||||
users.groups.gay = { };
|
users.groups.gay = { };
|
||||||
|
|
||||||
users.users.${username} = {
|
users.users.${username} = {
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
font = {
|
font = {
|
||||||
name = "CaskaydiaCove Nerd Font";
|
name = "GohuFont 14 Nerd Font Mono";
|
||||||
size = 12;
|
size = 14;
|
||||||
};
|
};
|
||||||
theme = {
|
theme = {
|
||||||
name = "Gruvbox-Green-Dark";
|
name = "Gruvbox-Green-Dark";
|
||||||
|
|
|
||||||
|
|
@ -130,7 +130,7 @@
|
||||||
color = rgba(209, 207, 207, 0.75)
|
color = rgba(209, 207, 207, 0.75)
|
||||||
#color = rgba(255, 255, 255, 0.6)
|
#color = rgba(255, 255, 255, 0.6)
|
||||||
font_size = 17
|
font_size = 17
|
||||||
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
font_family = GohuFont 14 Nerd Font Mono
|
||||||
position = 0, -200
|
position = 0, -200
|
||||||
halign = center
|
halign = center
|
||||||
valign = center
|
valign = center
|
||||||
|
|
@ -141,7 +141,7 @@
|
||||||
text = cmd[update:6000000] echo "$(bash /home/liv/.local/bin/weather.sh)"
|
text = cmd[update:6000000] echo "$(bash /home/liv/.local/bin/weather.sh)"
|
||||||
color = rgba(255, 255, 255, 1)
|
color = rgba(255, 255, 255, 1)
|
||||||
font_size = 10
|
font_size = 10
|
||||||
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
font_family = GohuFont 14 Nerd Font Mono
|
||||||
position = 0, 50
|
position = 0, 50
|
||||||
halign = center
|
halign = center
|
||||||
valign = top
|
valign = top
|
||||||
|
|
@ -152,7 +152,7 @@
|
||||||
text = cmd[update:1000] echo -e "$(/home/liv/.local/bin/hyprlock-battery.sh)"
|
text = cmd[update:1000] echo -e "$(/home/liv/.local/bin/hyprlock-battery.sh)"
|
||||||
color = rgba(255, 255, 255, 1)
|
color = rgba(255, 255, 255, 1)
|
||||||
font_size = 12
|
font_size = 12
|
||||||
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
font_family = GohuFont 14 Nerd Font Mono
|
||||||
position = 0, 0
|
position = 0, 0
|
||||||
halign = right
|
halign = right
|
||||||
valign = bottom
|
valign = bottom
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
theme = "3024 Night";
|
theme = "3024 Night";
|
||||||
|
|
||||||
font = {
|
font = {
|
||||||
name = "JetBrainsMono Nerd Font";
|
name = "GohuFont 14 Nerd Font Mono";
|
||||||
size = 9;
|
size = 9;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -36,8 +36,8 @@ in
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
fonts = {
|
fonts = {
|
||||||
default_family = "FiraCode Nerd Font";
|
default_family = "GohuFont 14 Nerd Font Mono";
|
||||||
default_size = "10pt";
|
default_size = "14pt";
|
||||||
};
|
};
|
||||||
|
|
||||||
tabs = {
|
tabs = {
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@ usage() {
|
||||||
unfuck_wallpaper() {
|
unfuck_wallpaper() {
|
||||||
pkill swww-daemon
|
pkill swww-daemon
|
||||||
setsid swww-daemon &
|
setsid swww-daemon &
|
||||||
|
swww img ~/.local/share/bg.png
|
||||||
}
|
}
|
||||||
|
|
||||||
unfuck_bar() {
|
unfuck_bar() {
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
"button-text": " Clear all "
|
"button-text": " Clear all "
|
||||||
},
|
},
|
||||||
"dnd": {
|
"dnd": {
|
||||||
"text": " Do Not Disturb"
|
"text": " Do not disturb"
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
* {
|
* {
|
||||||
all: unset;
|
all: unset;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: "Ubuntu Nerd Font";
|
font-family: "GohuFont 14 Nerd Font Mono";
|
||||||
transition: 200ms;
|
transition: 200ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -113,6 +113,7 @@
|
||||||
|
|
||||||
"custom/devices": {
|
"custom/devices": {
|
||||||
"interval": 60,
|
"interval": 60,
|
||||||
|
"font-size": 14,
|
||||||
// "return-type": "json",
|
// "return-type": "json",
|
||||||
"exec": "~/.local/bin/waybar-devices",
|
"exec": "~/.local/bin/waybar-devices",
|
||||||
},
|
},
|
||||||
|
|
@ -369,7 +370,7 @@
|
||||||
* {
|
* {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-family: 'CommitMono Nerd Font';
|
font-family: 'GohuFont 11 Nerd Font Mono';
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
min-height: 26px;
|
min-height: 26px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue