File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed
modules/programs/hyprland Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This flake is intended to be used as an input to your own NixOS configuration:
1414
1515``` nix
1616dashNix = {
17- url = "github:DashieTM /DashNix";
17+ url = "github:Xetibo /DashNix";
1818 inputs = {
1919 # ensure these are here to update the packages on your own
2020 nixpkgs.follows = "nixpkgs";
Original file line number Diff line number Diff line change 55 nixpkgs . url = "github:NixOs/nixpkgs/nixos-unstable" ;
66 stable . url = "github:NixOs/nixpkgs/nixos-24.05" ;
77 dashNix = {
8- url = "github:DashieTM /DashNix" ;
8+ url = "github:Xetibo /DashNix" ;
99 inputs = {
1010 nixpkgs . follows = "nixpkgs" ;
1111 stable . follows = "stable" ;
Original file line number Diff line number Diff line change 3636 disko . url = "github:nix-community/disko/latest" ;
3737
3838 anyrun . url = "github:Kirottu/anyrun" ;
39- oxicalc . url = "github:DashieTM /OxiCalc" ;
40- oxishut . url = "github:DashieTM /OxiShut" ;
41- oxinoti . url = "github:DashieTM /OxiNoti" ;
42- oxidash . url = "github:DashieTM /OxiDash" ;
43- oxipaste . url = "github:DashieTM /OxiPaste" ;
44- hyprdock . url = "github:DashieTM /hyprdock" ;
39+ oxicalc . url = "github:Xetibo /OxiCalc" ;
40+ oxishut . url = "github:Xetibo /OxiShut" ;
41+ oxinoti . url = "github:Xetibo /OxiNoti" ;
42+ oxidash . url = "github:Xetibo /OxiDash" ;
43+ oxipaste . url = "github:Xetibo /OxiPaste" ;
44+ hyprdock . url = "github:Xetibo /hyprdock" ;
4545 reset . url = "github:Xetibo/ReSet" ;
4646 reset-plugins . url = "github:Xetibo/ReSet-Plugins" ;
4747
4848 # absolute insanity
4949 chaoticNyx . url = "github:chaotic-cx/nyx/nyxpkgs-unstable" ;
5050
5151 dashvim = {
52- url = "github:DashieTM /DashVim" ;
52+ url = "github:Xetibo /DashVim" ;
5353 } ;
5454 } ;
5555
Original file line number Diff line number Diff line change 3030 } ;
3131
3232 users . ${ config . conf . username } = {
33+ disabledModules = [ "programs/anyrun.nix" ] ;
3334 imports =
3435 [
3536 ./common.nix
Original file line number Diff line number Diff line change 5858 } ;
5959
6060 config = lib . mkIf config . mods . hyprland . anyrun . enable (
61- lib . optionalAttrs ( options ? programs . anyrun ) {
62- programs . anyrun = {
61+ lib . optionalAttrs ( options ? home . packages ) {
62+ programs . anyrun = lib . mkForce {
6363 enable = true ;
6464 config =
6565 if config . mods . hyprland . anyrun . useDefaultConfig
7171 inputs . anyrun . packages . ${ pkgs . system } . translate
7272 inputs . anyrun . packages . ${ pkgs . system } . websearch
7373 ] ;
74- #position = "center";
7574 hideIcons = false ;
7675 width = {
7776 fraction = 0.3 ;
9291 ''
9392 #window {
9493 border-radius: 10px;
95- background-color: none ;
94+ background-color: transparent ;
9695 }
9796
9897 box#main {
113112 }
114113
115114 entry#entry {
116- border: none ;
115+ border: 0 ;
117116 border-radius: 10px;
118117 margin: 10px 10px 0px 10px;
119118 }
You can’t perform that action at this time.
0 commit comments