Skip to content

Commit

Permalink
fix: nix flake check
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Apr 30, 2024
1 parent b5d1de8 commit 27130ec
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 219 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
</p>

## Notable features

- 🔒 Luks disk encryption with btrfs
- 🤫 Opt-in impermanence
- 🟢 Fully functional Wayland + Nvidia setup
Expand All @@ -56,7 +57,6 @@
- [io](hosts/io) 💻 Configs for my future framework laptop ([currently im kinda broke](https://en.liberapay.com/sioodmy/)) [🚧]
- [pkgs](pkgs) 💿 exported packages


## 💛 Donate

If you would like to support me you can sponsor me via ko-fi
Expand Down
155 changes: 10 additions & 145 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,6 @@
flake-parts.follows = "flake-parts";
};
};
schizosearch = {
url = "github:sioodmy/schizosearch";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts";
treefmt-nix.follows = "treefmt-nix";
};
};

# a tree-wide formatter
treefmt-nix = {
Expand Down
1 change: 0 additions & 1 deletion home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
config.home.extraOutputsToInstall = ["doc" "devdoc"];
imports = [
inputs.nix-index-db.hmModules.nix-index
inputs.barbie.homeManagerModule
inputs.schizofox.homeManagerModule
inputs.impermanence.nixosModules.home-manager.impermanence
inputs.hyprlock.homeManagerModules.default
Expand Down
2 changes: 1 addition & 1 deletion home/rice/niri/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ with theme.colors; ''
natural-scroll
click-method "clickfinger"
}
trackpoint {
accel-speed 0.001
}
Expand Down
21 changes: 0 additions & 21 deletions hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
core = ../system/core;
bootloader = ../system/core/bootloader.nix;
impermanence = ../system/core/impermanence.nix;
nvidia = ../system/nvidia;
server = ../system/server;
wayland = ../system/wayland;
hw = inputs.nixos-hardware.nixosModules;
Expand All @@ -32,24 +31,6 @@
in {
# all my hosts are named after saturn moons btw

# desktop
anthe = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules =
[
{networking.hostName = "anthe";}
./anthe
nvidia
bootloader
impermanence
wayland
hmModule
{inherit home-manager;}
]
++ shared;
specialArgs = {inherit inputs;};
};

# thinkpad
calypso = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
Expand Down Expand Up @@ -90,8 +71,6 @@ in {
[
{networking.hostName = "iapetus";}
hw.raspberry-pi-4
server
inputs.schizosearch.nixosModules.default
./iapetus
]
++ shared;
Expand Down
9 changes: 0 additions & 9 deletions system/core/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@
"electron-25.9.0"
];

allowUnfreePredicate =
lib.mkIf cfg.networking.hostName
== "anthe" (
pkg:
builtins.elem (lib.getName pkg) [
"nvidia-x11"
"nvidia-settings"
]
);
overlays = [
# workaround for: https://github.com/NixOS/nixpkgs/issues/154163
(_: super: {
Expand Down
25 changes: 0 additions & 25 deletions system/nvidia/default.nix

This file was deleted.

Loading

0 comments on commit 27130ec

Please sign in to comment.