Compare commits

..

3 commits

Author SHA1 Message Date
146ba4925a flake.lock: Update
Flake lock file updates:

• Updated input 'hyprland':
    'git+https://github.com/hyprwm/Hyprland/?rev=300228b503b36e5977b0d58713c5b4cf1f07b8a9&submodules=1' (2024-07-17)
  → 'git+https://github.com/hyprwm/Hyprland/?ref=refs/heads/main&rev=300228b503b36e5977b0d58713c5b4cf1f07b8a9&submodules=1' (2024-07-17)
• Updated input 'lix':
    '53f3e39815.tar.gz?narHash=sha256-M7Zb3UfjQ0o3qXHolhykIk%2BQzfhEBcEYK9QAPSiBtW4%3D' (2024-07-23)
  → '8d12e0fbb7.tar.gz?narHash=sha256-5aO0cXENUI/38xsG0ww0QSsVSlkvMvKfxbeYXYH08Es%3D' (2024-07-24)
2024-07-25 00:32:18 +00:00
3a14d3bb7e
chrome extension 2024-07-24 13:32:02 -05:00
dcf6e092b2
commit to hyprcursor I guess 2024-07-24 13:28:37 -05:00
3 changed files with 22 additions and 19 deletions

View file

@ -499,11 +499,11 @@
"lix": {
"flake": false,
"locked": {
"lastModified": 1721756973,
"narHash": "sha256-M7Zb3UfjQ0o3qXHolhykIk+QzfhEBcEYK9QAPSiBtW4=",
"rev": "53f3e39815c3357c6465963359e94a6318b54af7",
"lastModified": 1721841700,
"narHash": "sha256-5aO0cXENUI/38xsG0ww0QSsVSlkvMvKfxbeYXYH08Es=",
"rev": "8d12e0fbb7306cbc58b12ef051d7067d703738de",
"type": "tarball",
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/53f3e39815c3357c6465963359e94a6318b54af7.tar.gz"
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/8d12e0fbb7306cbc58b12ef051d7067d703738de.tar.gz"
},
"original": {
"type": "tarball",
@ -743,11 +743,11 @@
},
"nixpkgs_5": {
"locked": {
"lastModified": 1721622093,
"narHash": "sha256-iQ+quy3A1EKeFyLyAtjhgSvZHH7r+xybXZkxMhasN4I=",
"lastModified": 1721782431,
"narHash": "sha256-UNDpwjYxNXQet/g3mgRLsQ9zxrbm9j2JEvP4ijF3AWs=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "453402b94f39f968a7c27df28e060f69e4a50c3b",
"rev": "4f02464258baaf54992debfd010a7a3662a25536",
"type": "github"
},
"original": {
@ -852,11 +852,11 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1721747019,
"narHash": "sha256-3ZJ76r8op0M+uB4zFe6jo1o7cQbkUIky1vHDKipwWM4=",
"lastModified": 1721802603,
"narHash": "sha256-TbCSht10gPCF84/HpJs2Ji/AiqfCQiF+oUnUiLKVlWg=",
"owner": "roc-lang",
"repo": "roc",
"rev": "a94994b09553a0a26de1dc96acd0d072422e1c09",
"rev": "d5db3137a3d8da46f92c31b6bf088bc495f759c2",
"type": "github"
},
"original": {
@ -1151,11 +1151,11 @@
]
},
"locked": {
"lastModified": 1721697424,
"narHash": "sha256-TC25Nex1w4tfdxwJt/2ns23GaF7KqD/qkVhNFEIqlKU=",
"lastModified": 1721783839,
"narHash": "sha256-GSZLC56QpdenOqSY4SzvhzNDwOQsvCG3pNQQ6fYrIsQ=",
"owner": "Cloudef",
"repo": "zig2nix",
"rev": "337567a8c3080feff2e7802fec5ea114a82bcebd",
"rev": "9ec43c3e2cfd195bc7cbe3924037788e72a958e3",
"type": "github"
},
"original": {

View file

@ -33,17 +33,19 @@ mkOizysModule config "hyprland" {
rofi-wayland
pavucontrol
# catppuccin-cursors.mochaDark
#hypr ecosystem
hyprlock
hypridle
swww
])
++ [ inputs.hyprman.packages.${pkgs.system}.default ]
# swww-git isbroken
catppuccin-cursors.mochaDark
])
++ [
inputs.hyprman.packages.${pkgs.system}.default
]
# swww-git is broken
++ (with inputs.nixpkgs-wayland.packages.${pkgs.system}; [
mako
eww

View file

@ -17,7 +17,8 @@ mkOizysModule config "chrome" {
"cjpalhdlnbpafiamejdnhcphjbkeiagm" # ublock origin
"ekhagklcjbdpajgpjgmbionohlpdbjgc" # zotero connector
"bkkmolkhemgaeaeggcmfbghljjjoofoh" # catppuccin-chrome-theme-m
"bkkmolkhemgaeaeggcmfbghljjjoofoh" # catppuccin chrome theme
"lnjaiaapbakfhlbjenjkhffcdpoompki" # catppuccin github file icons
];
};