gnome clander and gruvbox helix theme
This commit is contained in:
parent
7480f29b2d
commit
45e1343168
|
@ -356,11 +356,11 @@
|
|||
"xdph": "xdph"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1725209073,
|
||||
"narHash": "sha256-1miFtjWh3UhDS85y1Lt1MLEG9LwU9lIwQ2ij/4qm4L8=",
|
||||
"lastModified": 1725219211,
|
||||
"narHash": "sha256-17WA01XfBTuH1CJdGje3095K/7RUUL6lwQHEFq9t2Go=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "8bbeee20414bc0e20992076632d7d44ede443a1c",
|
||||
"revCount": 5177,
|
||||
"rev": "6934e7aa2b300bc4565855a4092fb34de8a9a8d2",
|
||||
"revCount": 5178,
|
||||
"submodules": true,
|
||||
"type": "git",
|
||||
"url": "https://github.com/hyprwm/Hyprland"
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
ags.url = "github:Aylur/ags";
|
||||
stylix.url = "github:danth/stylix";
|
||||
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
||||
|
||||
firefox-addons = {
|
||||
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
|
||||
|
@ -14,7 +15,6 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
enable = true;
|
||||
defaultEditor = true;
|
||||
settings = {
|
||||
theme = "gruvbox";
|
||||
keys.normal = {
|
||||
space.space = "file_picker";
|
||||
Z.Z = ":wq";
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
gnome-calculator
|
||||
gnome-disk-utility
|
||||
gnome-clocks
|
||||
gnome-calendar
|
||||
#random shit
|
||||
htop
|
||||
alejandra
|
||||
|
|
Loading…
Reference in a new issue