Compare commits

...

3 commits

Author SHA1 Message Date
7d98c7685d enabled back lix 2025-07-23 10:31:42 +02:00
bb0865c9d6 colors and some more aliases 2025-07-23 10:31:42 +02:00
061bab9afd bumped flake 2025-07-23 10:31:42 +02:00
4 changed files with 26 additions and 12 deletions

21
flake.lock generated
View file

@ -340,11 +340,11 @@
"lix": {
"flake": false,
"locked": {
"lastModified": 1751825501,
"narHash": "sha256-6Jve3xCvRJGkz0A9D8dXH/DMWYE8MkFt+KJWQs9cLkw=",
"rev": "378b360bf8e0d04e8dd3733acd20d7a9b70360f1",
"lastModified": 1753136274,
"narHash": "sha256-wXgEAtyxfOIyml1t2+XGh1BUVPBsGRQSJnP6WGIiZDg=",
"rev": "bf3d52e5bbf4bfd333b04a53e7f8937763bbda66",
"type": "tarball",
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/378b360bf8e0d04e8dd3733acd20d7a9b70360f1.tar.gz?rev=378b360bf8e0d04e8dd3733acd20d7a9b70360f1"
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/bf3d52e5bbf4bfd333b04a53e7f8937763bbda66.tar.gz"
},
"original": {
"type": "tarball",
@ -355,7 +355,9 @@
"inputs": {
"flake-utils": "flake-utils",
"flakey-profile": "flakey-profile",
"lix": "lix",
"lix": [
"lix"
],
"nixpkgs": [
"nixpkgsUnstable"
]
@ -379,11 +381,11 @@
"nixvim": "nixvim"
},
"locked": {
"lastModified": 1753111006,
"narHash": "sha256-2wt/EyOv171Knn2v90jUzWNO9mmHYa59ce4oUtlnI5E=",
"lastModified": 1753258679,
"narHash": "sha256-yWhJbv8AOkEyFZWB7XybaQvnv3QRIq/hT4AQHgu/87A=",
"ref": "refs/heads/main",
"rev": "64eb8715929c58fe6117ff6db3c8834881f5b2fc",
"revCount": 23,
"rev": "f8ba8fb8eee79afca7f990379acbe9697a2441f2",
"revCount": 25,
"type": "git",
"url": "https://git.rougebordeaux.xyz/misschloe/miovim.git"
},
@ -731,6 +733,7 @@
],
"catppuccin": "catppuccin",
"home-manager": "home-manager",
"lix": "lix",
"lix-module": "lix-module",
"miovim": "miovim",
"neovim-nightly-overlay": "neovim-nightly-overlay",

View file

@ -46,9 +46,15 @@
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
catppuccin.url = "github:catppuccin/nix";
swww.url = "github:LGFae/swww";
lix = {
url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
flake = false;
};
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
inputs.nixpkgs.follows = "nixpkgsUnstable";
inputs.lix.follows = "lix";
};
musnix = {
url = "github:musnix/musnix";
@ -136,7 +142,7 @@
specialArgs = specialArgs;
modules = [
./hosts/workstation/configuration.nix
# lix-module.nixosModules.default
lix-module.nixosModules.default
nix-flatpak.nixosModules.nix-flatpak
catppuccin.nixosModules.catppuccin
home-manager.nixosModules.home-manager

View file

@ -133,8 +133,8 @@ urgent=yes
# [cursor]
# color=eff1f5 dc8a78
#
# [colors]
# alpha=0.9
[colors]
alpha=0.8
# foreground=4c4f69
# background=eff1f5
#

View file

@ -262,6 +262,9 @@
gtk.enable = true;
fzf.enable = true;
swaylock.enable = true;
foot.enable = true;
qutebrowser.enable = true;
enable = true;
};
home.shell.enableZshIntegration = true;
@ -308,6 +311,8 @@
lg = "lazygit";
gpl = "git pull";
gpsh = "git push";
flake = "nix flake";
develop = "nix develop";
};
history.size = 10000;