Remove useless code and some improvements

This commit is contained in:
Henry Hiles 2023-07-11 20:21:23 -04:00
parent 3aacd937b9
commit 6b194806f5
5 changed files with 67 additions and 19 deletions

View file

@ -2,10 +2,6 @@
inputs = {
stylix.url = "github:danth/stylix";
nixpkgs.url = "github:NixOs/nixpkgs/nixos-unstable";
firefox-gnome-theme = {
url = "github:rafaelmardojai/firefox-gnome-theme";
flake = false;
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@ -27,8 +23,7 @@
nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
inherit inputs;
inherit self;
inherit inputs self;
};
modules =
[