Remove useless code and some improvements
This commit is contained in:
parent
3aacd937b9
commit
6b194806f5
5 changed files with 67 additions and 19 deletions
|
@ -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 =
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue