henrov
|
8f61e82711
|
forgot to close statement
|
2026-03-03 16:40:58 +01:00 |
|
henrov
|
27efa46949
|
Added hyprmanager github
|
2026-03-03 16:38:36 +01:00 |
|
henrov
|
ef22971b2e
|
updated dotdir
|
2026-03-03 16:31:27 +01:00 |
|
henrov
|
894f988bc4
|
Recreated nix files
|
2026-03-03 11:53:18 +01:00 |
|
henrov
|
b0d93b8968
|
Recreated nix files
|
2026-03-03 11:52:27 +01:00 |
|
henrov
|
22c8bb97a0
|
Recreated nix files
|
2026-03-03 11:49:27 +01:00 |
|
henrov
|
cfdcad0012
|
Updating flake.lock
|
2026-03-03 11:48:09 +01:00 |
|
henrov
|
6b3e87fe9d
|
Recreated nix files
|
2026-03-03 11:45:38 +01:00 |
|
henrov
|
e5520636b2
|
Recreated nix files
|
2026-03-03 11:43:21 +01:00 |
|
henrov
|
342131106d
|
Recreated nix files
|
2026-03-03 11:41:31 +01:00 |
|
henrov
|
5151c86d16
|
Recreated nix files
|
2026-03-03 11:41:05 +01:00 |
|
henrov
|
be1ab9ee72
|
Recreated nix files
|
2026-03-03 11:37:26 +01:00 |
|
henrov
|
5fe8307846
|
Recreated nix files
|
2026-03-03 11:29:16 +01:00 |
|
henrov
|
fc93cf349b
|
Recreated nix files
|
2026-03-03 11:26:38 +01:00 |
|
henrov
|
4fa316cf23
|
Recreated nix files
|
2026-03-03 11:25:13 +01:00 |
|
henrov
|
1b1f2100c1
|
Recreated nix files
|
2026-03-03 11:20:07 +01:00 |
|
henrov
|
cc4979aff6
|
Recreated nix files
|
2026-03-03 11:16:32 +01:00 |
|
henrov
|
6508b17377
|
Recreated nix files
|
2026-03-03 11:15:11 +01:00 |
|
henrov
|
9dbb584223
|
Recreated nix files
|
2026-03-03 11:13:39 +01:00 |
|
henrov
|
40a3f7f471
|
Added start- end end-scripts
|
2026-03-03 11:09:56 +01:00 |
|
henrov
|
e42281f232
|
Script for coying copyy_stuff is made inline
|
2026-03-03 07:15:01 +01:00 |
|
henrov
|
a6bfd07819
|
rebuilding minimised nix files
|
2026-03-03 07:12:23 +01:00 |
|
henrov
|
b556e67b5d
|
{ config, pkgs, lib, flakeRoot, ... }:
{
home.packages = [ pkgs.bash ];
home.activation = {
recreateConfig = {
text = ''
#!${pkgs.bash}/bin/bash
"${flakeRoot}/assets/scripts/recreate_config.sh"
'';
deps = [ pkgs.bash ];
};
};
}
|
2026-03-02 19:48:41 +01:00 |
|
henrov
|
95dafb6125
|
{ config, pkgs, lib, flakeRoot, ... }:
{
home.packages = [ pkgs.bash ];
home.activation = {
recreateConfig = {
text = ''
${pkgs.bash}/bin/bash "${flakeRoot}/assets/scripts/recreate_config.sh"
'';
deps = [ pkgs.bash ];
};
};
}
|
2026-03-02 19:47:19 +01:00 |
|
henrov
|
9b747f68d8
|
comma
|
2026-03-02 19:45:44 +01:00 |
|
henrov
|
ab0ef53ec0
|
{ config, pkgs, lib, flakeRoot ... }:
|
2026-03-02 19:45:10 +01:00 |
|
henrov
|
14f549614d
|
hypr-easymotion
|
2026-03-02 19:43:55 +01:00 |
|
henrov
|
0829c2fb8f
|
hyprsunset does not work
|
2026-03-02 19:42:43 +01:00 |
|
henrov
|
1f3a8df984
|
hyprspace is gone from github
|
2026-03-02 19:41:36 +01:00 |
|
henrov
|
7dc0c0c639
|
hyprscrolling
|
2026-03-02 19:40:11 +01:00 |
|
henrov
|
fa50eb4f8d
|
{ config, lib, pkgs, flakeRoot, inputs, ... }:
{
home.packages = with pkgs; [ jq ];
wayland.windowManager.hyprland = {
enable = true;
plugins = [
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprscroll
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprspace
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprsunset
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hypr-easymotion
];
};
}
|
2026-03-02 19:37:18 +01:00 |
|
henrov
|
d63eb75c7f
|
syntax?
|
2026-03-02 19:34:47 +01:00 |
|
henrov
|
9364d76c35
|
hyprland-plugins-
|
2026-03-02 19:32:21 +01:00 |
|
henrov
|
5c89fda8ac
|
inputs.hyprland-plugins.packages.${pkgs.system};
|
2026-03-02 19:30:48 +01:00 |
|
henrov
|
20e8d86b3f
|
removed repository
|
2026-03-02 19:28:49 +01:00 |
|
henrov
|
d26adc3e1b
|
added
hyprland.url = "github:hyprwm/Hyprland";
hyprland-plugins = {
url = "github:hyprwm/hyprland-plugins";
|
2026-03-02 19:24:39 +01:00 |
|
henrov
|
52869e2fd6
|
removed hyprland.conf config files
|
2026-03-02 19:19:47 +01:00 |
|
henrov
|
ddbe638913
|
Home manager module rewrite
|
2026-03-02 19:16:36 +01:00 |
|
henrov
|
2a0c96920f
|
autosuggestion.enable = true;
not
autosuggestions.enable = true;
|
2026-03-02 19:14:44 +01:00 |
|
henrov
|
7f3b5d1c3d
|
it is a home manager module
|
2026-03-02 19:13:52 +01:00 |
|
henrov
|
e4ff22febc
|
noved copy_stuff.nix
|
2026-03-02 19:11:37 +01:00 |
|
henrov
|
9932cc5286
|
desktop/copy_stuff.nix, not dev
|
2026-03-02 19:10:42 +01:00 |
|
henrov
|
08d0bd5cc0
|
nix.nix
|
2026-03-02 19:08:31 +01:00 |
|
henrov
|
cb47bc7d74
|
rebuilding minimised nix files
|
2026-03-02 19:07:08 +01:00 |
|
henrov
|
e2b2628ac8
|
There were two zsh.nixes
|
2026-03-02 18:44:00 +01:00 |
|
henrov
|
9ec39c7565
|
misstructured
|
2026-03-02 18:39:47 +01:00 |
|
henrov
|
00ec53a3a9
|
rewritten home/dev/zsh.nix
|
2026-03-02 18:37:17 +01:00 |
|
henrov
|
fd7b351f74
|
{ config, pkgs, lib, flakeRoot, ... }:
|
2026-03-02 18:35:24 +01:00 |
|
henrov
|
cc784f6564
|
Invalid token
|
2026-03-02 18:34:03 +01:00 |
|
henrov
|
d67df3d15f
|
removed windowrules.nix
|
2026-03-02 18:32:39 +01:00 |
|