mirror of
https://github.com/Ascyii/nixos.git
synced 2026-01-01 14:54:26 -05:00
Compare commits
2 Commits
32a3a2f42b
...
38ded1bfba
| Author | SHA1 | Date | |
|---|---|---|---|
| 38ded1bfba | |||
| 1dfe545732 |
@@ -2,7 +2,7 @@
|
|||||||
description = "Main nixos system configuration management by Jonas Hahn";
|
description = "Main nixos system configuration management by Jonas Hahn";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "nixpkgs/nixos-25.05";
|
nixpkgs.url = "nixpkgs/nixos-25.11";
|
||||||
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
|
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
sops-nix = {
|
sops-nix = {
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager/release-25.05";
|
url = "github:nix-community/home-manager/release-25.11";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
hyprland.enable = true;
|
hyprland.enable = true;
|
||||||
|
niri.enable = true;
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -68,7 +68,11 @@
|
|||||||
bat
|
bat
|
||||||
vim
|
vim
|
||||||
unstable.neovim
|
unstable.neovim
|
||||||
|
unstable.zellij
|
||||||
unstable.helix
|
unstable.helix
|
||||||
|
unstable.jujutsu
|
||||||
|
jjui
|
||||||
|
uv
|
||||||
nap
|
nap
|
||||||
emacs
|
emacs
|
||||||
inotify-tools
|
inotify-tools
|
||||||
|
|||||||
Reference in New Issue
Block a user