diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-12-31 11:26:08 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-12-31 11:26:08 -0800 |
| commit | 94655522818b21970badfa1c698759bd9338005c (patch) | |
| tree | fea9b0a13a83af3ef9a2feb58d993f45596d3215 /flake.nix | |
| parent | cgroups is included in all nixos (diff) | |
| download | infra-94655522818b21970badfa1c698759bd9338005c.tar.gz | |
a working niri + noctalia environment
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -3,6 +3,7 @@ inputs = { nixpkgs.url = "https://channels.nixos.org/nixos-25.11/nixexprs.tar.xz"; + nixpkgs-unstable.url = "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz"; home-manager = { url = "github:nix-community/home-manager/release-25.11"; @@ -48,6 +49,18 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + jovian = { + url = "github:Jovian-Experiments/Jovian-NixOS"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; + }; + + niri.url = "github:sodiboo/niri-flake"; + + noctalia = { + url = "github:noctalia-dev/noctalia-shell"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; + }; + my-go-tools.url = "git+https://code.fcuny.net/x"; }; @@ -63,6 +76,7 @@ pre-commit-hooks, emacs-overlay, nur, + jovian, my-go-tools, ... }: @@ -108,6 +122,7 @@ agenix.nixosModules.age disko.nixosModules.disko home-manager.nixosModules.home-manager + jovian.nixosModules.jovian ./modules/default.nix ]; |
