mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 13:24:38 -05:00
feat: added some stuff
This commit is contained in:
parent
9b9becb2c1
commit
dd99b3a827
10 changed files with 142 additions and 148 deletions
35
flake.nix
35
flake.nix
|
@ -16,8 +16,9 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
ghostty = {
|
||||
url = "github:ghostty-org/ghostty";
|
||||
url = "github:clo4/ghostty-hm-module";
|
||||
};
|
||||
nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic";
|
||||
# edgedb = {
|
||||
# url = "github:edgedb/packages-nix";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -54,25 +55,19 @@
|
|||
|
||||
flake = {config, ...}: {
|
||||
nixosConfigurations = {
|
||||
desktop =
|
||||
inputs.self.lib.mkLinuxSystem [
|
||||
./systems/desktop
|
||||
./profiles/user0
|
||||
./profiles/user1
|
||||
config.nixosModules.personal
|
||||
config.nixosModules.desktop
|
||||
config.nixosModules.shared
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.lix-module.nixosModules.default
|
||||
inputs.nur.modules.nixos.default
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
]
|
||||
// {
|
||||
systemPackages = [
|
||||
# Add Ghostty package here
|
||||
inputs.ghostty.packages.x86_64-linux.default
|
||||
];
|
||||
};
|
||||
desktop = inputs.self.lib.mkLinuxSystem [
|
||||
./systems/desktop
|
||||
./profiles/user0
|
||||
./profiles/user1
|
||||
config.nixosModules.personal
|
||||
config.nixosModules.desktop
|
||||
config.nixosModules.shared
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.lix-module.nixosModules.default
|
||||
inputs.nur.modules.nixos.default
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.nixos-cosmic.nixosModules.default
|
||||
];
|
||||
laptop = inputs.self.lib.mkLinuxSystem [
|
||||
./systems/laptop
|
||||
./profiles/user0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue