3 Commits

Author SHA1 Message Date
kenji ac55b09c68 add(TODO): added todo list 2025-12-28 10:07:49 -06:00
kenji 4592a9cda0 feat(flake): made it more stable 2025-12-28 10:07:42 -06:00
kenji 0e446fa4bd remove(README): removed todo 2025-12-28 10:07:18 -06:00
3 changed files with 23 additions and 7 deletions
-3
View File
@@ -6,9 +6,6 @@ HakaseOS is an opinionated NixOS configuration heavily inspired by OmarchyOS.
* Simple Setup
* Pre-configured Firefox
## To-do
* TUI for everything
## How to Use SOPS
SOPS is an important aspect of this operating system. Learning to use it is important for security and modularity. It is impertinent that you do not lose the `private key`, as it is irrecoverable.
+6
View File
@@ -0,0 +1,6 @@
* fix: special workspace preload always loads first. Toggling it back is easy, but i'd rather create a new sh script that forces back to normal workspace.
* add: hypridle
* add: similar to omarchy-menu
* cleanup: stylix configurations and wallpaper
* cleanup: convert `anonymize` fixme's to secret keys
* add: hyprlock
+17 -4
View File
@@ -2,10 +2,22 @@
description = "Hakase Configuration";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
elephant.url = "github:abenz1267/elephant";
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
textfox.url = "github:adriankarlen/textfox";
nur.url = "github:nix-community/NUR";
elephant = {
url = "github:abenz1267/elephant";
inputs.nixpkgs.follows = "nixpkgs";
};
chaotic = {
url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
inputs.nixpkgs.follows = "nixpkgs";
};
textfox = {
url = "github:adriankarlen/textfox";
inputs.nixpkgs.follows = "nixpkgs";
};
nur = {
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager";
@@ -31,6 +43,7 @@
walker = {
url = "github:abenz1267/walker";
inputs.nixpkgs.follows = "nixpkgs";
inputs.elephant.follows = "elephant";
};
};