Compare commits
No commits in common. "d380110543f56ce5e3a46d2e6e2789ea538117b1" and "9d9644dff79ffbf513c3d22220ff48610024743f" have entirely different histories.
d380110543
...
9d9644dff7
@ -11,16 +11,15 @@
|
|||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "sisko";
|
hostName = "sisko";
|
||||||
networkmanager.enable = true;
|
defaultGateway = "192.168.10.1";
|
||||||
# defaultGateway = "192.168.10.1";
|
interfaces.enp14s0 = {
|
||||||
# interfaces.enp14s0 = {
|
ipv4 = {
|
||||||
# ipv4 = {
|
addresses = [
|
||||||
# addresses = [
|
{ address = "192.168.10.172"; prefixLength = 24; }
|
||||||
# { address = "192.168.10.172"; prefixLength = 24; }
|
];
|
||||||
# ];
|
};
|
||||||
# };
|
wakeOnLan.enable = true;
|
||||||
# wakeOnLan.enable = true;
|
};
|
||||||
# };
|
|
||||||
hostId = "b716d781";
|
hostId = "b716d781";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -28,7 +27,7 @@
|
|||||||
sops.defaultSopsFile = ../../secrets/sisko/sisko.yaml;
|
sops.defaultSopsFile = ../../secrets/sisko/sisko.yaml;
|
||||||
environment.variables = { EDITOR = "vim"; };
|
environment.variables = { EDITOR = "vim"; };
|
||||||
|
|
||||||
users.users.felixalb.extraGroups = [ "dialout" "networkmanager" ];
|
users.users.felixalb.extraGroups = [ "dialout" ];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
gamemode.enable = true;
|
gamemode.enable = true;
|
||||||
@ -58,9 +57,6 @@
|
|||||||
"steam-unwrapped"
|
"steam-unwrapped"
|
||||||
"tlclient"
|
"tlclient"
|
||||||
];
|
];
|
||||||
permittedInsecurePackages = [
|
|
||||||
"openssl-1.1.1w"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -29,13 +29,17 @@
|
|||||||
fonts = {
|
fonts = {
|
||||||
fontDir.enable = true;
|
fontDir.enable = true;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
fira-code
|
|
||||||
font-awesome
|
|
||||||
hack-font
|
|
||||||
nerd-fonts.hack
|
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk-sans
|
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
|
noto-fonts-cjk-sans
|
||||||
|
font-awesome
|
||||||
|
fira-code
|
||||||
|
hack-font
|
||||||
|
(nerdfonts.override {
|
||||||
|
fonts = [
|
||||||
|
"Hack"
|
||||||
|
];
|
||||||
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -8,37 +8,31 @@
|
|||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# GUI Applications
|
# GUI Applications
|
||||||
cantata
|
|
||||||
chromium
|
chromium
|
||||||
discord
|
discord
|
||||||
easyeffects
|
easyeffects
|
||||||
element-desktop
|
element-desktop
|
||||||
emacs-gtk
|
emacs-gtk
|
||||||
feishin
|
papers
|
||||||
jellyfin-media-player
|
jellyfin-media-player
|
||||||
kitty
|
kitty
|
||||||
libreoffice
|
libreoffice
|
||||||
mpv
|
mpv
|
||||||
mumble
|
mumble
|
||||||
papers
|
|
||||||
pavucontrol
|
pavucontrol
|
||||||
picard
|
picard
|
||||||
prismlauncher
|
prismlauncher
|
||||||
runelite
|
|
||||||
spotify
|
|
||||||
swayimg
|
swayimg
|
||||||
|
spotify
|
||||||
thunderbird
|
thunderbird
|
||||||
tor-browser
|
|
||||||
unstable.bolt-launcher
|
|
||||||
|
|
||||||
exiftool
|
exiftool
|
||||||
ghidra
|
ghidra
|
||||||
# pwndbg-gdb-alias # Broken in 25.05
|
pwndbg-gdb-alias
|
||||||
snicat
|
snicat
|
||||||
|
|
||||||
# Window Manager Extras
|
# Window Manager Extras
|
||||||
bibata-cursors
|
bibata-cursors
|
||||||
cliphist
|
|
||||||
hyprcursor
|
hyprcursor
|
||||||
hypridle
|
hypridle
|
||||||
hyprlock
|
hyprlock
|
||||||
@ -51,9 +45,9 @@
|
|||||||
swaynotificationcenter
|
swaynotificationcenter
|
||||||
waybar
|
waybar
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
cliphist
|
||||||
|
|
||||||
# Misc tools
|
# Misc tools
|
||||||
abcde
|
|
||||||
bc
|
bc
|
||||||
catimg
|
catimg
|
||||||
dante
|
dante
|
||||||
|
Loading…
x
Reference in New Issue
Block a user