Compare commits

..

No commits in common. "7d98c7685d15a37182e3033834f7eaffe4f0205f" and "d455f66036a8c928c318b7bdc3f9f2d74dd29444" have entirely different histories.

4 changed files with 12 additions and 26 deletions

21
flake.lock generated
View file

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

View file

@ -46,15 +46,9 @@
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";
@ -142,7 +136,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.8
# [colors]
# alpha=0.9
# foreground=4c4f69
# background=eff1f5
#

View file

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