Merge branch 'nix-hm' into local_machine
This commit is contained in:
commit
d33c1f9944
7 changed files with 20 additions and 19 deletions
|
|
@ -1,14 +1,12 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
|
||||||
config,
|
|
||||||
self,
|
|
||||||
nix-homebrew,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
system = {
|
system = {
|
||||||
|
# Just a stub value, change this to whatever your system requiers.
|
||||||
stateVersion = 5;
|
stateVersion = 5;
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-homebrew.user = "larssonmartin1998-mac";
|
# Just a stub value, change this to whatever your system requiers.
|
||||||
|
nix-homebrew.user = "JohnDoe";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, homebrew, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }:
|
||||||
home = {
|
{
|
||||||
file = {
|
home = {
|
||||||
".config/sway".source = ../sway;
|
file = {
|
||||||
};
|
".config/sway".source = ../sway;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
{ ... }: {
|
{ ... }:
|
||||||
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
{ ... }: {
|
{ ... }:
|
||||||
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
{ nixos-wsl, ... }: {
|
{ nixos-wsl, ... }:
|
||||||
imports = [
|
{
|
||||||
nixosWSL.nixosModules.default
|
imports = [
|
||||||
];
|
nixos-wsl.nixosModules.default
|
||||||
|
];
|
||||||
|
|
||||||
wsl.enable = true;
|
wsl.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
on_attach = function(_, bufnr)
|
on_attach = function(_, bufnr)
|
||||||
vim.notify("TJENA BBY")
|
|
||||||
vim.bo[bufnr].tabstop = 2
|
vim.bo[bufnr].tabstop = 2
|
||||||
vim.bo[bufnr].shiftwidth = 2
|
vim.bo[bufnr].shiftwidth = 2
|
||||||
vim.bo[bufnr].softtabstop = 2
|
vim.bo[bufnr].softtabstop = 2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue