Compare commits
3 Commits
dfbd9950d6
...
ac55b09c68
| Author | SHA1 | Date | |
|---|---|---|---|
| ac55b09c68 | |||
| 4592a9cda0 | |||
| 0e446fa4bd |
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user