system(Eclipse): Some changes
This commit is contained in:
parent
1476f1a096
commit
c9927259a0
@ -48,7 +48,7 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
popka = nixpkgs.lib.nixosSystem {
|
Eclipse = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
pkgs-stable = import nixpkgs-stable {
|
pkgs-stable = import nixpkgs-stable {
|
||||||
inherit system;
|
inherit system;
|
||||||
@ -57,7 +57,7 @@
|
|||||||
inherit inputs system;
|
inherit inputs system;
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
./nixos/hosts/popka/configuration.nix
|
./nixos/hosts/Eclipse/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
username = "sweetbread";
|
username = "chest";
|
||||||
homeDirectory = "/home/sweetbread";
|
homeDirectory = "/home/chest";
|
||||||
stateVersion = "23.11";
|
stateVersion = "23.11";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
10
home-manager/users/chest/modules/aagl.nix
Normal file
10
home-manager/users/chest/modules/aagl.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
let
|
||||||
|
aagl-gtk-on-nix = import (
|
||||||
|
builtins.fetchTarball {
|
||||||
|
url = "https://github.com/ezKEa/aagl-gtk-on-nix/archive/main.tar.gz";
|
||||||
|
sha256 = "023yqdxs83cxx39kl7cawwyr39c1qnnv4n99igpsm2a5yay3wmsa";
|
||||||
|
}
|
||||||
|
);
|
||||||
|
in {
|
||||||
|
home.packages = [ aagl-gtk-on-nix.the-honkers-railway-launcher ];
|
||||||
|
}
|
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./git.nix
|
./git.nix
|
||||||
./htop.nix
|
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./qt.nix
|
./qt.nix
|
||||||
./sops.nix
|
# ./sops.nix
|
||||||
./style.nix
|
./style.nix
|
||||||
|
./aagl.nix
|
||||||
|
|
||||||
./wms/hyprland.nix
|
./wms/hyprland.nix
|
||||||
./wms/waybar.nix
|
./wms/waybar.nix
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
waybar.enable = false;
|
waybar.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/eris.yaml";
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
|
|
||||||
image = pkgs.fetchurl {
|
image = pkgs.fetchurl {
|
||||||
|
@ -13,9 +13,8 @@
|
|||||||
|
|
||||||
notify = lambda s: system(f"notify-desktop Wallpaper '{s}'")
|
notify = lambda s: system(f"notify-desktop Wallpaper '{s}'")
|
||||||
folder = "/home/chest/Wallpapers"
|
folder = "/home/chest/Wallpapers"
|
||||||
url = "https://wallhaven.cc/api/v1/collections/sweetbread/1764377"
|
url = "https://wallhaven.cc/api/v1/collections/cheeeest/1767552"
|
||||||
with open("${config.sops.secrets."tokens/apis/wallhaven".path}") as f:
|
token = "8KkNcm3jS0hbjt0MPQXCi9EW0rMsqw5r"
|
||||||
token = f.read()
|
|
||||||
|
|
||||||
notify("Updating wallpaper!")
|
notify("Updating wallpaper!")
|
||||||
|
|
||||||
@ -46,7 +45,7 @@
|
|||||||
filename = choice(listdir(folder))
|
filename = choice(listdir(folder))
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
system(f"swww img {folder}/{filename} --transition-type center")
|
system(f"swww img {folder}/{filename}")
|
||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -165,6 +164,10 @@
|
|||||||
"float, title:^(Список друзей)"
|
"float, title:^(Список друзей)"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
windowrulev2 = [
|
||||||
|
"opacity 0.75, class:vesktop"
|
||||||
|
];
|
||||||
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"systemctl --user start plasma-polkit-agent"
|
"systemctl --user start plasma-polkit-agent"
|
||||||
"swww init"
|
"swww init"
|
||||||
@ -253,7 +256,7 @@
|
|||||||
''$mainMod ALT, C, exec, alacritty -e sh -c "conf"''
|
''$mainMod ALT, C, exec, alacritty -e sh -c "conf"''
|
||||||
''$mainMod ALT, H, exec, alacritty -e sh -c "$EDITOR ~/nix/home-manager/modules/wms/hyprland.nix"''
|
''$mainMod ALT, H, exec, alacritty -e sh -c "$EDITOR ~/nix/home-manager/modules/wms/hyprland.nix"''
|
||||||
''$mainMod ALT, W, exec, alacritty -e sh -c "$EDITOR ~/nix/home-manager/modules/wms/waybar.nix"''
|
''$mainMod ALT, W, exec, alacritty -e sh -c "$EDITOR ~/nix/home-manager/modules/wms/waybar.nix"''
|
||||||
'', Print, exec, grim -g "$(slurp)" - | swappy -f -''
|
''$mainMod Shift, S, exec, grim -g "$(slurp)" - | swappy -f -''
|
||||||
|
|
||||||
# Waybar
|
# Waybar
|
||||||
"$mainMod, B, exec, pkill -SIGUSR1 waybar"
|
"$mainMod, B, exec, pkill -SIGUSR1 waybar"
|
||||||
|
@ -248,7 +248,7 @@ window#waybar.hidden {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#taskbar button.active {
|
#taskbar button.active {
|
||||||
background: #${colors.base0B};
|
background: #d197d9;
|
||||||
}
|
}
|
||||||
|
|
||||||
#language {
|
#language {
|
||||||
|
@ -1,23 +0,0 @@
|
|||||||
tokens:
|
|
||||||
apis:
|
|
||||||
wallhaven: ENC[AES256_GCM,data:mawmbX0FQkhQHruABPc34mm+QtyEv6SulAXOGL6tMoQ=,iv:P+LtVoGzhc9kv4XUXOIJCosg52JXBAyWTQ+os9clibg=,tag:TQ0dLVKDkAo20p4w9HKn2g==,type:str]
|
|
||||||
sops:
|
|
||||||
kms: []
|
|
||||||
gcp_kms: []
|
|
||||||
azure_kv: []
|
|
||||||
hc_vault: []
|
|
||||||
age:
|
|
||||||
- recipient: age1j3uuyax673fvl5x4dveupq3dylngnrq0e5uy7fmclsexkfd25vysk646wk
|
|
||||||
enc: |
|
|
||||||
-----BEGIN AGE ENCRYPTED FILE-----
|
|
||||||
YWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IFgyNTUxOSBnbDl6ZWZpc2U2SnNYQVpJ
|
|
||||||
cmtBRzVOZTdOaXd6MFFnTGFLbzBhNldlN25RCisyNnAwY21udlZCWEc4U2hPa2di
|
|
||||||
WXN5cEduMXUwNXpmU0hBQzdkamtSd28KLS0tIHUzd3RTbUM4VnFYZkRYbXJCUDZl
|
|
||||||
UkZPZUlLQVNUZ1ZGV3BZM3hib3JHMXcKqyQUcRMhoVHK78lAYl2vSJUCxBL6atLb
|
|
||||||
VXT5DV67KKnUKyKUAQ+gjEP9EpvR16PBCZ+EcSFfx/azHONCtV3mZg==
|
|
||||||
-----END AGE ENCRYPTED FILE-----
|
|
||||||
lastmodified: "2024-08-26T18:55:20Z"
|
|
||||||
mac: ENC[AES256_GCM,data:x9TX4OfDmw8qySadz/l5BUTyQLsOnROKASMn34Ps5Sb0LzYKrlQoHPQhiJ6YVNfYE+7WtNMqoQvUEjg9FQfEVcH5PFeXZjAaeLKDvEhgXjklhrSfbWCn7a+1yIbwutKb63cIuMh9ZcDUCmtAZlt+FssI/TjB0k5QqV4a358hjQE=,iv:GJWGCINdJr3HLX33YFEqTE+TlmfCpZBCLBUUHGSvvG8=,tag:6sKlM2/3r3os1h0U5ToqiA==,type:str]
|
|
||||||
pgp: []
|
|
||||||
unencrypted_suffix: _unencrypted
|
|
||||||
version: 3.9.0
|
|
@ -7,7 +7,7 @@
|
|||||||
../../modules/users/chest.nix
|
../../modules/users/chest.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "popka";
|
networking.hostName = "Eclipse";
|
||||||
|
|
||||||
time.timeZone = "Europe/Moscow";
|
time.timeZone = "Europe/Moscow";
|
||||||
|
|
||||||
@ -34,4 +34,32 @@
|
|||||||
nvidiaSettings = true;
|
nvidiaSettings = true;
|
||||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.hosts = {
|
||||||
|
"0.0.0.0" = [
|
||||||
|
"overseauspider.yuanshen.com"
|
||||||
|
"log-upload-os.hoyoverse.com"
|
||||||
|
"log-upload-os.mihoyo.com"
|
||||||
|
"dump.gamesafe.qq.com"
|
||||||
|
|
||||||
|
"apm-log-upload-os.hoyoverse.com"
|
||||||
|
"zzz-log-upload-os.hoyoverse.com"
|
||||||
|
|
||||||
|
"log-upload.mihoyo.com"
|
||||||
|
"devlog-upload.mihoyo.com"
|
||||||
|
"uspider.yuanshen.com"
|
||||||
|
"sg-public-data-api.hoyoverse.com"
|
||||||
|
"hkrpg-log-upload-os.hoyoverse.com"
|
||||||
|
"public-data-api.mihoyo.com"
|
||||||
|
|
||||||
|
"prd-lender.cdp.internal.unity3d.com"
|
||||||
|
"thind-prd-knob.data.ie.unity3d.com"
|
||||||
|
"thind-gke-usc.prd.data.corp.unity3d.com"
|
||||||
|
"cdp.cloud.unity3d.com"
|
||||||
|
"remote-config-proxy-prd.uca.cloud.unity3d.com"
|
||||||
|
|
||||||
|
"pc.crashsight.wetest.net"
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
44
nixos/hosts/Eclipse/hardware-configuration.nix
Normal file
44
nixos/hosts/Eclipse/hardware-configuration.nix
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
# Do not modify this file! It was generated by ‘nixos-generate-config’
|
||||||
|
# and may be overwritten by future invocations. Please make changes
|
||||||
|
# to /etc/nixos/configuration.nix instead.
|
||||||
|
{ config, lib, pkgs, modulesPath, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports =
|
||||||
|
[ (modulesPath + "/installer/scan/not-detected.nix")
|
||||||
|
];
|
||||||
|
|
||||||
|
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "sd_mod" ];
|
||||||
|
boot.initrd.kernelModules = [ ];
|
||||||
|
boot.kernelModules = [ "kvm-intel" ];
|
||||||
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
|
fileSystems."/" =
|
||||||
|
{ device = "/dev/disk/by-uuid/34e32809-6876-4361-95d8-70a479ea8e19";
|
||||||
|
fsType = "ext4";
|
||||||
|
};
|
||||||
|
|
||||||
|
fileSystems."/boot" =
|
||||||
|
{ device = "/dev/disk/by-uuid/2B65-0D2E";
|
||||||
|
fsType = "vfat";
|
||||||
|
options = [ "fmask=0022" "dmask=0022" ];
|
||||||
|
};
|
||||||
|
|
||||||
|
fileSystems."/mnt/D" = {
|
||||||
|
device = "/dev/disk/by-uuid/E030A4DF30A4BDC2";
|
||||||
|
fsType = "ntfs";
|
||||||
|
options = ["umask=0022" "gid=100" "uid=1002"];
|
||||||
|
};
|
||||||
|
|
||||||
|
swapDevices = [ ];
|
||||||
|
|
||||||
|
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||||
|
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||||
|
# still possible to use this option, but it's recommended to use it in conjunction
|
||||||
|
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
|
||||||
|
networking.useDHCP = lib.mkDefault true;
|
||||||
|
# networking.interfaces.eno1.useDHCP = lib.mkDefault true;
|
||||||
|
|
||||||
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
}
|
@ -4,7 +4,7 @@
|
|||||||
users = {
|
users = {
|
||||||
defaultUserShell = pkgs.zsh;
|
defaultUserShell = pkgs.zsh;
|
||||||
|
|
||||||
users.sweetbread = {
|
users.chest = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Chest";
|
description = "Chest";
|
||||||
extraGroups = [ "networkmanager" "wheel" "input" "libvirtd" ];
|
extraGroups = [ "networkmanager" "wheel" "input" "libvirtd" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user