more deps
This commit is contained in:
parent
f92d9bd462
commit
7eb87c4524
1 changed files with 14 additions and 12 deletions
|
|
@ -3,9 +3,11 @@
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||||
home-manager.url = "github:rycee/home-manager/release-25.11";
|
home-manager.url = "github:rycee/home-manager/release-25.11";
|
||||||
|
|
||||||
|
# common.url = "path:../../../../flakes/common";
|
||||||
common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/common";
|
common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/common";
|
||||||
# de_plasma.url = "path:../../../../flakes/de_plasma";
|
# de_plasma.url = "path:../../../../flakes/de_plasma";
|
||||||
# de_plasma.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/de_plasma";
|
de_plasma.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/de_plasma";
|
||||||
|
|
||||||
ros_neovim.url = "git+https://git.joshuabell.xyz/ringofstorms/nvim";
|
ros_neovim.url = "git+https://git.joshuabell.xyz/ringofstorms/nvim";
|
||||||
|
|
||||||
# impermanence.url = "github:nix-community/impermanence";
|
# impermanence.url = "github:nix-community/impermanence";
|
||||||
|
|
@ -36,18 +38,18 @@
|
||||||
inputs.home-manager.nixosModules.default
|
inputs.home-manager.nixosModules.default
|
||||||
|
|
||||||
inputs.ros_neovim.nixosModules.default
|
inputs.ros_neovim.nixosModules.default
|
||||||
# ({
|
({
|
||||||
# ringofstorms-nvim.includeAllRuntimeDependencies = true;
|
ringofstorms-nvim.includeAllRuntimeDependencies = true;
|
||||||
# })
|
})
|
||||||
|
|
||||||
# inputs.de_plasma.nixosModules.default
|
inputs.de_plasma.nixosModules.default
|
||||||
# ({
|
({
|
||||||
# ringofstorms.dePlasma = {
|
ringofstorms.dePlasma = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# gpu.intel.enable = true;
|
gpu.intel.enable = true;
|
||||||
# sddm.autologinUser = "luser";
|
sddm.autologinUser = "luser";
|
||||||
# };
|
};
|
||||||
# })
|
})
|
||||||
|
|
||||||
inputs.common.nixosModules.essentials
|
inputs.common.nixosModules.essentials
|
||||||
inputs.common.nixosModules.git
|
inputs.common.nixosModules.git
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue