mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
flake: cleanup comments
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
# ~/nixos/flake.nix
|
|
||||||
{
|
{
|
||||||
description = "Nixos config flake";
|
description = "Nixos config flake";
|
||||||
|
|
||||||
@@ -20,11 +19,6 @@
|
|||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# never got nixvim to wokrs. ):
|
|
||||||
# nixvim = {
|
|
||||||
# url = "github:nix-community/nixvim/nixos-25.11";
|
|
||||||
# };
|
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
self,
|
self,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
@@ -68,23 +62,5 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
# we use home-manager directly inside of configuration.nix
|
# we use home-manager directly inside of configuration.nix
|
||||||
# last time i tried to use flake i broke everything ):
|
|
||||||
# homeManagerConfigurations = {
|
|
||||||
# tomasr = home-manager.lib.homeManagerConfiguration {
|
|
||||||
# pkgs = pkgs;
|
|
||||||
# system = "x86_64-linux";
|
|
||||||
# username = "tomasr";
|
|
||||||
# homeDirectory = "/home/tomasr";
|
|
||||||
# modules = [
|
|
||||||
# ./hosts/laptop/home.nix
|
|
||||||
# #nixvim.homeModules.default
|
|
||||||
#];
|
|
||||||
# Import your Home Manager module
|
|
||||||
# configuration = ./hosts/laptop/home.nix;
|
|
||||||
|
|
||||||
# extraSpecialArgs = { inherit inputs; };
|
|
||||||
# };
|
|
||||||
#};
|
|
||||||
#};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
../../modules/home-manager/mullvad.nix # mullvad vpn
|
../../modules/home-manager/mullvad.nix # mullvad vpn
|
||||||
|
|
||||||
../../modules/home-manager/other/desktopEntries.nix # creates .desktop files
|
../../modules/home-manager/other/desktopEntries.nix # creates .desktop files
|
||||||
../../modules/homer-manager/other/user.nix
|
../../modules/home-manager/other/user.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Required for Home Manager
|
# Required for Home Manager
|
||||||
|
|||||||
Reference in New Issue
Block a user