Compare commits

..

No commits in common. "fba1525ff629c29007e476b1ae61d4e6ebeed767" and "62a27d27af9438e1b9da947f0082bbdcf00b90e7" have entirely different histories.

6 changed files with 487 additions and 342 deletions

File diff suppressed because it is too large Load diff

View file

@ -30,7 +30,7 @@
###
# hyprland stuff
hyprland.url = "github:hyprwm/Hyprland";
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
hyprlock.url = "github:hyprwm/hyprlock";
hyprland-plugins = {
url = "github:hyprwm/hyprland-plugins";
@ -56,6 +56,12 @@
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
# still not sure if I like helix or nvim more, for now helix does mostly everything I need it to
kickstartnvim = {
url = "github:Daholli/kickstart-nix-nvim";
inputs.nixpkgs.follows = "nixpkgs";
};
helix = {
url = "github:helix-editor/helix";
inputs.nixpkgs.follows = "nixpkgs";
@ -80,8 +86,6 @@
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-24.05";
catppuccin.url = "github:catppuccin/nix";
nix-gaming.url = "github:fufexan/nix-gaming";
################
## inputs for dev shells
@ -118,6 +122,7 @@
overlays = with inputs; [
snowfall-flake.overlays.default
kickstartnvim.overlays.default
hyprpanel.overlay
];

View file

@ -24,7 +24,7 @@ in
programs.noisetorch.enable = true;
services.pulseaudio = disabled;
hardware.pulseaudio = disabled;
security.rtkit.enable = true;
services.pipewire = {

View file

@ -1,3 +0,0 @@
{ channels, ... }:
final: prev: { inherit (channels.nixpkgs-pyfa) pyfa; }

View file

@ -51,11 +51,6 @@ in
OOMScoreAdjust = 500;
};
services.tailscale = {
enable = true;
useRoutingFeatures = "server";
};
networking = {
interfaces.wlan0 = {
ipv4.addresses = [
@ -134,7 +129,7 @@ in
};
};
# Pi specific stuff
# Pi specific stuff
raspberry-pi-nix.board = "bcm2712";
hardware = {
raspberry-pi = {

View file

@ -1,5 +1,4 @@
{
inputs,
lib,
namespace,
pkgs,
@ -18,10 +17,7 @@ in
zed-editor
# eve
bottles
pyfa
unzip
# bottles
];
environment.pathsToLink = [ "/libexec" ];
@ -35,11 +31,6 @@ in
backupFileExtension = ".bak";
};
services.tailscale = {
enable = true;
useRoutingFeatures = "server";
};
nix = {
distributedBuilds = true;
settings.builders-use-substitutes = true;
@ -108,7 +99,7 @@ in
windowrulev2 = [
"workspace 8 silent, class:^(steam)$, title:^(Friends List)"
"workspace 8 silent, class:^(discord)$, title:^(Discord)"
"workspace 8 silent, class:^(vesktop)$, title:^(Discord)"
"workspace 7 silent, class:^(com.obsproject.Studio)$"
];
};